diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-05-20 22:47:52 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-05-21 09:33:21 -0700 |
commit | 92c4369907533d942385311cb72d9852a86290d5 (patch) | |
tree | 2cf335b50eedd67a8154b4d3ca5b28844d9a310b /contrib/remote-helpers | |
parent | completion: regression fix for zsh (diff) | |
download | tgif-92c4369907533d942385311cb72d9852a86290d5.tar.xz |
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>
Diffstat (limited to 'contrib/remote-helpers')
-rwxr-xr-x | contrib/remote-helpers/git-remote-hg | 2 |
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. |