[PATCH 2 of 4] Whitespace cleanup
Thomas Arendsen Hein
thomas at intevation.de
Sat Aug 27 21:40:01 UTC 2005
Patch subject is complete summary.
# HG changeset patch
# User Thomas Arendsen Hein <thomas at intevation.de>
# Node ID 95a044b73bd5a4527525775b93094c9c417eb3c7
# Parent a906b018eaef81e71bc046de05f3a428559326ab
Whitespace cleanup.
diff -r a906b018eaef -r 95a044b73bd5 mercurial/commands.py
--- a/mercurial/commands.py Sat Aug 27 21:23:32 2005
+++ b/mercurial/commands.py Sat Aug 27 21:25:55 2005
@@ -1348,14 +1348,14 @@
('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)
More information about the Mercurial
mailing list