author | Matt Mackall <mpm@selenic.com> |
Wed, 22 Feb 2012 15:22:12 -0600 | |
changeset 16142 | 7ee1d0dd7ca3 |
parent 16140 | dbf64594a3c3 |
child 16146 | 267cebac84c3 |
--- a/mercurial/commands.py Sat Feb 18 14:27:57 2012 +0100 +++ b/mercurial/commands.py Wed Feb 22 15:22:12 2012 -0600 @@ -5287,7 +5287,7 @@ label = 'status.' + state for f in files: fm.startitem() - fm.write("status char", format, char, + fm.write("status path", format, char, repo.pathto(f, cwd), label=label) if f in copy: fm.write("copy", ' %s' + end, repo.pathto(copy[f], cwd),