Submitter | phabricator |
---|---|
Date | Nov. 11, 2019, 12:35 p.m. |
Message ID | <33f21417bf96ee8efcf4342a15252139@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/43117/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -6817,7 +6817,6 @@ end = b'\0' else: end = b'\n' - copy = {} states = b'modified added removed deleted unknown ignored clean'.split() show = [k for k in states if opts.get(k)] if opts.get(b'all'): @@ -6856,6 +6855,7 @@ changestates = zip(states, pycompat.iterbytestr(b'MAR!?IC'), stat) + copy = {} if ( opts.get(b'all') or opts.get(b'copies')