mercurial/commands.py
changeset 16142 7ee1d0dd7ca3
parent 16136 68007f0557de
child 16166 5b0a4383cd5e
--- 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),