remote-hg: trivial configuration note cleanup

Follow the style of the previous configurations.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras
2013-05-20 22:47:52 -05:00
parent 61f92858a6
commit 3cce12a089

View File

@@ -36,7 +36,7 @@ import urlparse, hashlib
# git config --global remote-hg.force-push false # git config --global remote-hg.force-push false
# #
# 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 remote-hg.insecure true # git config --global remote-hg.insecure true
# #
# git: # git:
# Sensible defaults for git. # Sensible defaults for git.