changeset 15085:110d6804bfc6

mq: don't suppress patch tracebacks when applying patches
author Dan Villiom Podlaski Christiansen <dan@cabo.dk>
date Sun, 11 Sep 2011 18:49:38 +0200
parents 6e069366e27c
children adad8d68fb1f
files hgext/mq.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/mq.py	Sun Sep 11 12:20:39 2011 +0100
+++ b/hgext/mq.py	Sun Sep 11 18:49:38 2011 +0200
@@ -626,6 +626,7 @@
             self.ui.note(str(inst) + '\n')
             if not self.ui.verbose:
                 self.ui.warn(_("patch failed, unable to continue (try -v)\n"))
+            self.ui.traceback()
             return (False, list(files), False)
 
     def apply(self, repo, series, list=False, update_status=True,