Show More
@@ -3154,6 +3154,9 def summary(ui, repo, **opts): | |||||
3154 | t += _(' (merge)') |
|
3154 | t += _(' (merge)') | |
3155 | elif branch != parents[0].branch(): |
|
3155 | elif branch != parents[0].branch(): | |
3156 | t += _(' (new branch)') |
|
3156 | t += _(' (new branch)') | |
|
3157 | elif (parents[0].extra().get('close') and | |||
|
3158 | pnode in repo.branchheads(branch, closed=True)): | |||
|
3159 | t += _(' (head closed)') | |||
3157 | elif (not st[0] and not st[1] and not st[2] and not st[7]): |
|
3160 | elif (not st[0] and not st[1] and not st[2] and not st[7]): | |
3158 | t += _(' (clean)') |
|
3161 | t += _(' (clean)') | |
3159 | cleanworkdir = True |
|
3162 | cleanworkdir = True |
General Comments 0
You need to be logged in to leave comments.
Login now