diff --git a/hgext/mq.py b/hgext/mq.py index 3ddd3aa572..f41559ac92 100644 --- a/hgext/mq.py +++ b/hgext/mq.py @@ -1430,7 +1430,7 @@ class queue(object): 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)