summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-20 22:47:53 -0500
committerJunio C Hamano <gitster@pobox.com>2013-05-21 09:33:24 -0700
commit5e49f30c85ecacec98631462fa73f1148a01637c (patch)
treec382d8b3b93e1328d01c035ce46112a18ee8a05f
parent92c4369907533d942385311cb72d9852a86290d5 (diff)
downloadgit-5e49f30c85ecacec98631462fa73f1148a01637c.tar.gz
remote-hg: fix order of configuration comments
The other configurations were added in the wrong place. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-xcontrib/remote-helpers/git-remote-hg6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index 57a4c0af50..1dd3d7030e 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
@@ -25,9 +25,6 @@ import atexit
import urlparse, hashlib
#
-# If you want to switch to hg-git compatibility mode:
-# git config --global remote-hg.hg-git-compat true
-#
# If you are not in hg-git-compat mode and want to disable the tracking of
# named branches:
# git config --global remote-hg.track-branches false
@@ -38,6 +35,9 @@ import urlparse, hashlib
# If you want the equivalent of hg's clone/pull--insecure option:
# git config --global remote-hg.insecure true
#
+# If you want to switch to hg-git compatibility mode:
+# git config --global remote-hg.hg-git-compat true
+#
# git:
# Sensible defaults for git.
# hg bookmarks are exported as git branches, hg branches are prefixed