Skip to content

Commit 5e49f30

Browse files
felipecgitster
authored andcommitted
remote-hg: fix order of configuration comments
The other configurations were added in the wrong place. Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 92c4369 commit 5e49f30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/remote-helpers/git-remote-hg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ import urllib
2424
import atexit
2525
import urlparse, hashlib
2626

27-
#
28-
# If you want to switch to hg-git compatibility mode:
29-
# git config --global remote-hg.hg-git-compat true
3027
#
3128
# If you are not in hg-git-compat mode and want to disable the tracking of
3229
# named branches:
@@ -38,6 +35,9 @@ import urlparse, hashlib
3835
# If you want the equivalent of hg's clone/pull--insecure option:
3936
# git config --global remote-hg.insecure true
4037
#
38+
# If you want to switch to hg-git compatibility mode:
39+
# git config --global remote-hg.hg-git-compat true
40+
#
4141
# git:
4242
# Sensible defaults for git.
4343
# hg bookmarks are exported as git branches, hg branches are prefixed

0 commit comments

Comments
 (0)