From a291b91ae5413409f35a965fd39963a718a0cf22 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 20 May 2013 22:47:53 -0500 Subject: [PATCH] remote-hg: fix order of configuration comments The other configurations were added in the wrong place. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- git-remote-hg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-remote-hg b/git-remote-hg index 57a4c0a..1dd3d70 100755 --- a/git-remote-hg +++ b/git-remote-hg @@ -24,9 +24,6 @@ import urllib 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: @@ -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