Skip to content
Snippets Groups Projects
Commit 5e49f30c authored by Felipe Contreras's avatar Felipe Contreras Committed by Junio C Hamano
Browse files

remote-hg: fix order of configuration comments


The other configurations were added in the wrong place.

Signed-off-by: default avatarFelipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
parent 92c43699
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,6 @@ import urllib ...@@ -24,9 +24,6 @@ import urllib
import atexit import atexit
import urlparse, hashlib 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 # If you are not in hg-git-compat mode and want to disable the tracking of
# named branches: # named branches:
...@@ -38,6 +35,9 @@ import urlparse, hashlib ...@@ -38,6 +35,9 @@ import urlparse, hashlib
# If you want the equivalent of hg's clone/pull--insecure option: # If you want the equivalent of hg's clone/pull--insecure option:
# git config --global remote-hg.insecure true # 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: # git:
# Sensible defaults for git. # Sensible defaults for git.
# hg bookmarks are exported as git branches, hg branches are prefixed # hg bookmarks are exported as git branches, hg branches are prefixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment