Show More
@@ -4754,7 +4754,7 b' def status(ui, repo, *pats, **opts):' | |||
|
4754 | 4754 | stat = repo.status(node1, node2, m, |
|
4755 | 4755 | 'ignored' in show, 'clean' in show, 'unknown' in show, |
|
4756 | 4756 | opts.get('subrepos')) |
|
4757 | changestates = zip(states, 'MAR!?IC', stat) | |
|
4757 | changestates = zip(states, pycompat.iterbytestr('MAR!?IC'), stat) | |
|
4758 | 4758 | |
|
4759 | 4759 | if (opts.get('all') or opts.get('copies') |
|
4760 | 4760 | or ui.configbool('ui', 'statuscopies')) and not opts.get('no_status'): |
General Comments 0
You need to be logged in to leave comments.
Login now