hgext/mq.py
branchstable
changeset 10946 214a518a4b6e
parent 10872 9606edb8777e
child 10947 ede19417c3c4
--- a/hgext/mq.py	Mon Apr 19 20:41:53 2010 +0200
+++ b/hgext/mq.py	Thu Apr 15 14:06:07 2010 +0200
@@ -1430,7 +1430,7 @@
             if summary:
                 ph = patchheader(self.join(patchname), self.plainmode)
                 msg = ph.message and ph.message[0] or ''
-                if self.ui.interactive():
+                if not self.ui.plain():
                     width = util.termwidth() - len(pfx) - len(patchname) - 2
                     if width > 0:
                         msg = util.ellipsis(msg, width)