Show More
@@ -2775,8 +2775,7 b' def identify(ui, repo, source=None, rev=' | |||
|
2775 | 2775 | taglist.extend(p.tags()) |
|
2776 | 2776 | |
|
2777 | 2777 | dirty = "" |
|
2778 | if (any(repo.status()) | |
|
2779 | or any(ctx.sub(s).dirty() for s in ctx.substate)): | |
|
2778 | if ctx.dirty(missing=True, merge=False, branch=False): | |
|
2780 | 2779 | dirty = '+' |
|
2781 | 2780 | fm.data(dirty=dirty) |
|
2782 | 2781 |
General Comments 0
You need to be logged in to leave comments.
Login now