Mercurial > hg-allpaths
diff mercurial_all_paths.py @ 45:237dd8c4fe78
Finalized separators
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 25 Sep 2016 09:35:56 +0200 |
parents | 2d6c7e0c1b2f |
children | 916b05f73b53 |
line wrap: on
line diff
--- a/mercurial_all_paths.py Sun Sep 25 08:38:27 2016 +0200 +++ b/mercurial_all_paths.py Sun Sep 25 09:35:56 2016 +0200 @@ -32,8 +32,8 @@ # Act! for alias, path in paths: if path in handled: - ui.status(sep + _("Skipping %s as path %s was already handled %s\n") % (alias, handled[path])) - sep = '\n' if add_sep else '' + ui.status(sep + _("Skipping %s as path %s was already handled\n") % (alias, handled[path])) + sep = '\n' else: ui.status(sep) sep = '\n' if add_sep else ''