From 92c4369907533d942385311cb72d9852a86290d5 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 20 May 2013 22:47:52 -0500 Subject: [PATCH] remote-hg: trivial configuration note cleanup Follow the style of the previous configurations. Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- contrib/remote-helpers/git-remote-hg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.11.4.GIT