From 2f42aa8ae257c9cc1421775f45786a13acb97644 Mon Sep 17 00:00:00 2001 From: Dusty Phillips Date: Thu, 11 Apr 2013 07:22:58 -0500 Subject: [PATCH] remote-hg: add missing config variable in doc Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- git-remote-hg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git-remote-hg b/git-remote-hg index 97469c6..ddca3e3 100755 --- a/git-remote-hg +++ b/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