summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2013-05-20 22:47:52 -0500
committerJunio C Hamano <gitster@pobox.com>2013-05-21 09:33:21 -0700
commit92c4369907533d942385311cb72d9852a86290d5 (patch)
tree2cf335b50eedd67a8154b4d3ca5b28844d9a310b
parent737044517f403c1080886a674845fad9c42d6bc0 (diff)
downloadgit-92c4369907533d942385311cb72d9852a86290d5.tar.gz
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>
-rwxr-xr-xcontrib/remote-helpers/git-remote-hg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg
index 01555dc347..57a4c0af50 100755
--- a/contrib/remote-helpers/git-remote-hg
+++ b/contrib/remote-helpers/git-remote-hg
@@ -36,7 +36,7 @@ import urlparse, hashlib
# git config --global remote-hg.force-push false
#
# 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:
# Sensible defaults for git.