changeset 16142:7ee1d0dd7ca3

status: fix format field thinko
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Feb 2012 15:22:12 -0600
parents dbf64594a3c3
children 267cebac84c3
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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),