##// END OF EJS Templates
status: fix format field thinko
Matt Mackall -
r16142:7ee1d0dd default
parent child Browse files
Show More
@@ -5287,7 +5287,7 b' def status(ui, repo, *pats, **opts):'
5287 label = 'status.' + state
5287 label = 'status.' + state
5288 for f in files:
5288 for f in files:
5289 fm.startitem()
5289 fm.startitem()
5290 fm.write("status char", format, char,
5290 fm.write("status path", format, char,
5291 repo.pathto(f, cwd), label=label)
5291 repo.pathto(f, cwd), label=label)
5292 if f in copy:
5292 if f in copy:
5293 fm.write("copy", ' %s' + end, repo.pathto(copy[f], cwd),
5293 fm.write("copy", ' %s' + end, repo.pathto(copy[f], cwd),
General Comments 0
You need to be logged in to leave comments. Login now