Browse Source

remote-hg: add missing config variable in doc

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Dusty Phillips 12 years ago committed by Junio C Hamano
parent
commit
e1219e45bd
  1. 4
      contrib/remote-helpers/git-remote-hg

4
contrib/remote-helpers/git-remote-hg

@ -23,6 +23,10 @@ import urllib @@ -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

Loading…
Cancel
Save