diff -r dbf64594a3c3 -r 7ee1d0dd7ca3 mercurial/commands.py --- 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),