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