Merge branch 'fc/remote-hg' into next
commit4a4f2e47305b6f1f82d440f6e11db54bc89586e2
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:56:19 +0000 (18 19:56 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Nov 2012 03:56:19 +0000 (18 19:56 -0800)
treec61e031a4acc79e747fecaa5af5f6fcc9c8386c7
parentc08b73cc6c993b8f0e9a912db63f20cb5c29bab0
parent08c2599c3274c1f473ccae2aae67c04d4bbb57e4
Merge branch 'fc/remote-hg' into next

New remote helper for hg.

* fc/remote-hg:
  remote-hg: avoid bad refs
  remote-hg: try the 'tip' if no checkout present
  remote-hg: fix compatibility with older versions of hg
  remote-hg: add missing config for basic tests
  remote-hg: the author email can be null
  remote-hg: add option to not track branches
  remote-hg: add extra author test
  remote-hg: add tests to compare with hg-git
  remote-hg: add bidirectional tests
  test-lib: avoid full path to store test results
  remote-hg: add basic tests
  remote-hg: fake bookmark when there's none
  remote-hg: add compat for hg-git author fixes
  remote-hg: add support for hg-git compat mode
  remote-hg: match hg merge behavior
  remote-hg: make sure the encoding is correct
  remote-hg: add support to push URLs
  remote-hg: add support for remote pushing
  remote-hg: add support for pushing
  Add new remote-hg transport helper