mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-01-26 16:19:03 +01:00
Remove annoying warning
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -720,9 +720,7 @@ def do_list(parser):
|
||||
print "? refs/heads/branches/%s" % gitref(branch)
|
||||
|
||||
for bmark in bmarks:
|
||||
if bmarks[bmark].hex() == '0' * 40:
|
||||
warn("Ignoring invalid bookmark '%s'", bmark)
|
||||
else:
|
||||
if bmarks[bmark].hex() != '0' * 40:
|
||||
print "? refs/heads/%s" % gitref(bmark)
|
||||
|
||||
for tag, node in repo.tagslist():
|
||||
|
||||
Reference in New Issue
Block a user