##// END OF EJS Templates
Whitespace cleanup.
Thomas Arendsen Hein -
r1106:95a044b7 default
parent child Browse files
Show More
@@ -1348,14 +1348,14 b' def status(ui, repo, *pats, **opts):'
1348 ('unknown', '?', u)]
1348 ('unknown', '?', u)]
1349
1349
1350 end = opts['print0'] and '\0' or '\n'
1350 end = opts['print0'] and '\0' or '\n'
1351
1351
1352 for opt, char, changes in ([ct for ct in changetypes if opts[ct[0]]]
1352 for opt, char, changes in ([ct for ct in changetypes if opts[ct[0]]]
1353 or changetypes):
1353 or changetypes):
1354 if opts['no_status']:
1354 if opts['no_status']:
1355 format = "%%s%s" % end
1355 format = "%%s%s" % end
1356 else:
1356 else:
1357 format = "%s %%s%s" % (char, end);
1357 format = "%s %%s%s" % (char, end);
1358
1358
1359 for f in changes:
1359 for f in changes:
1360 ui.write(format % f)
1360 ui.write(format % f)
1361
1361
General Comments 0
You need to be logged in to leave comments. Login now