hgext/mq.py
changeset 3069 bc3fe3b5b785
parent 3024 a4374f7331e4
child 3073 1a792e4a1f3a
--- a/hgext/mq.py
+++ b/hgext/mq.py
@@ -1479,7 +1479,7 @@ def fold(ui, repo, *files, **opts):
     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']: