mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-11 05:35:40 +01:00
remote-hg: trivial cleanups
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:
@@ -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
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user