From: Dusty Phillips Date: Thu, 11 Apr 2013 12:22:58 +0000 (-0500) Subject: remote-hg: add missing config variable in doc X-Git-Tag: v1.8.3-rc0~38^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e1219e45bdcb3f6b298bdee21fe07ddfa38778ef remote-hg: add missing config variable in doc Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg index d0dfb1ec2c..844ec50813 100755 --- a/contrib/remote-helpers/git-remote-hg +++ b/contrib/remote-helpers/git-remote-hg @@ -23,6 +23,10 @@ import urllib # 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 +# named branches: +# git config --global remote-hg.track-branches false +# # git: # Sensible defaults for git. # hg bookmarks are exported as git branches, hg branches are prefixed