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