Drop unused "global", and remove redundant comparison of two files.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Felipe Contreras 2013-05-13 23:36:24 -05:00 коммит произвёл Junio C Hamano
Родитель b387c77b12
Коммит eb7976e7dd
2 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -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():

Просмотреть файл

@ -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
'