Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 16142:7ee1d0dd7ca3
status: fix format field thinko
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 22 Feb 2012 15:22:12 -0600 |
parents | 68007f0557de |
children | 5b0a4383cd5e |
line wrap: on
line diff
--- 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),