Show More
@@ -1550,8 +1550,8 b' class localrepository(object):' | |||
|
1550 | 1550 | |
|
1551 | 1551 | newheads = len(self.changelog.heads()) |
|
1552 | 1552 | heads = "" |
|
1553 |
if oldheads and newheads |
|
|
1554 |
heads = _(" ( |
|
|
1553 | if oldheads and newheads != oldheads: | |
|
1554 | heads = _(" (%+d heads)") % (newheads - oldheads) | |
|
1555 | 1555 | |
|
1556 | 1556 | self.ui.status(_("added %d changesets" |
|
1557 | 1557 | " with %d changes to %d files%s\n") |
General Comments 0
You need to be logged in to leave comments.
Login now