Whitespace cleanup.

This commit is contained in:
Thomas Arendsen Hein 2005-08-27 23:25:55 +02:00
parent 8f913949cc
commit eb5875fdb6

View File

@ -1348,14 +1348,14 @@ def status(ui, repo, *pats, **opts):
('unknown', '?', u)]
end = opts['print0'] and '\0' or '\n'
for opt, char, changes in ([ct for ct in changetypes if opts[ct[0]]]
or changetypes):
if opts['no_status']:
format = "%%s%s" % end
else:
format = "%s %%s%s" % (char, end);
for f in changes:
ui.write(format % f)