Show More
@@ -470,9 +470,9 b' def branches(ui, repo, active=False, clo' | |||||
470 | elif hn not in repo.branchheads(tag, closed=False): |
|
470 | elif hn not in repo.branchheads(tag, closed=False): | |
471 | if not closed: |
|
471 | if not closed: | |
472 | continue |
|
472 | continue | |
473 | notice = ' (closed)' |
|
473 | notice = _(' (closed)') | |
474 | else: |
|
474 | else: | |
475 | notice = ' (inactive)' |
|
475 | notice = _(' (inactive)') | |
476 | rev = str(node).rjust(31 - encoding.colwidth(encodedtag)) |
|
476 | rev = str(node).rjust(31 - encoding.colwidth(encodedtag)) | |
477 | data = encodedtag, rev, hexfunc(hn), notice |
|
477 | data = encodedtag, rev, hexfunc(hn), notice | |
478 | ui.write("%s %s:%s%s\n" % data) |
|
478 | ui.write("%s %s:%s%s\n" % data) |
General Comments 0
You need to be logged in to leave comments.
Login now