hgext/mq.py
changeset 3076 1a792e4a1f3a
parent 3075 e20e7e2623b0
parent 3072 bc3fe3b5b785
child 3082 bed7cb835d8d
--- a/hgext/mq.py	Wed Aug 30 15:13:45 2006 -0700
+++ b/hgext/mq.py	Sat Sep 09 12:51:05 2006 +0200
@@ -1479,7 +1479,7 @@
     if not files:
         raise util.Abort(_('qfold requires at least one patch name'))
     if not q.check_toppatch(repo):
-        raise util.Abort(_('No patches applied\n'))
+        raise util.Abort(_('No patches applied'))
 
     message = commands.logmessage(opts)
     if opts['edit']: