changeset 3752:f902f409cd81

transplant: "filtering %s\n"
author Brendan Cully <brendan@kublai.com>
date Fri, 01 Dec 2006 13:50:09 -0800
parents f9567a7fa3b3
children 5342d5ae565d
files hgext/transplant.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/transplant.py	Fri Dec 01 16:18:16 2006 -0200
+++ b/hgext/transplant.py	Fri Dec 01 13:50:09 2006 -0800
@@ -170,7 +170,7 @@
     def filter(self, filter, changelog, patchfile):
         '''arbitrarily rewrite changeset before applying it'''
 
-        self.ui.status('filtering %s' % patchfile)
+        self.ui.status('filtering %s\n' % patchfile)
         util.system('%s %s' % (filter, util.shellquote(patchfile)),
                     environ={'HGUSER': changelog[1]},
                     onerr=util.Abort, errprefix=_('filter failed'))