diff hgext/mq.py @ 17708:4f2f0f367ef6

mq: improve qqueue message with patches applied (issue3036)
author Bryan O'Sullivan <bryano@fb.com>
date Thu, 04 Oct 2012 17:00:32 -0500
parents 31f32a96e1e3
children 6c6987761e42
line wrap: on
line diff
--- a/hgext/mq.py	Thu Oct 04 16:52:20 2012 +0200
+++ b/hgext/mq.py	Thu Oct 04 17:00:32 2012 -0500
@@ -3262,7 +3262,8 @@
 
     def _setactive(name):
         if q.applied:
-            raise util.Abort(_('patches applied - cannot set new queue active'))
+            raise util.Abort(_('new queue created, but cannot make active '
+                               'as patches are applied'))
         _setactivenocheck(name)
 
     def _setactivenocheck(name):