This is a trivial cleanup, cannot cause regressions. Felipe Contreras wrote: > Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> > --- > contrib/remote-helpers/git-remote-hg | 2 +- > contrib/remote-helpers/test-hg-hg-git.sh | 2 -- > 2 files changed, 1 insertion(+), 3 deletions(-) > > diff --git a/contrib/remote-helpers/git-remote-hg b/contrib/remote-helpers/git-remote-hg > index 96ad30d..d33c7ba 100755 > --- a/contrib/remote-helpers/git-remote-hg > +++ b/contrib/remote-helpers/git-remote-hg > @@ -538,7 +538,7 @@ def list_head(repo, cur): > g_head = (head, node) > > def do_list(parser): > - global branches, bmarks, mode, track_branches > + global branches, bmarks, track_branches > > repo = parser.repo > for bmark, node in bookmarks.listbookmarks(repo).iteritems(): > diff --git a/contrib/remote-helpers/test-hg-hg-git.sh b/contrib/remote-helpers/test-hg-hg-git.sh > index 8440341..0c36573 100755 > --- a/contrib/remote-helpers/test-hg-hg-git.sh > +++ b/contrib/remote-helpers/test-hg-hg-git.sh > @@ -455,8 +455,6 @@ test_expect_success 'hg author' ' > git_log gitrepo-$x > git-log-$x > done && > > - test_cmp git-log-hg git-log-git && > - > test_cmp hg-log-hg hg-log-git && > test_cmp git-log-hg git-log-git > ' > -- > 1.8.3.rc1.579.g184e698 -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html