We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557399e commit 679e87cCopy full SHA for 679e87c
contrib/remote-helpers/git-remote-hg
@@ -909,7 +909,6 @@ def main(args):
909
910
if get_config('remote-hg.hg-git-compat') == 'true\n':
911
hg_git_compat = True
912
- track_branches = False
913
if get_config('remote-hg.track-branches') == 'false\n':
914
track_branches = False
915
if get_config('remote-hg.force-push') == 'false\n':
contrib/remote-helpers/test-hg-hg-git.sh
@@ -102,6 +102,7 @@ setup () {
102
) >> "$HOME"/.hgrc &&
103
git config --global receive.denycurrentbranch warn
104
git config --global remote-hg.hg-git-compat true
105
+ git config --global remote-hg.track-branches false
106
107
HGEDITOR=/usr/bin/true
108
0 commit comments