tests/test-mq-safety.t
changeset 12316 4134686b83e1
parent 12108 a57e0762c5ec
child 12372 5163e3c8aa52
--- a/tests/test-mq-safety.t	Thu Sep 16 16:12:26 2010 -0500
+++ b/tests/test-mq-safety.t	Thu Sep 16 17:51:32 2010 -0500
@@ -23,6 +23,7 @@
   $ echo quux >> foo
   $ hg ci -m 'append quux'
   abort: cannot commit over an applied mq patch
+  [255]
 
 
 cheat a bit...
@@ -36,18 +37,23 @@
 
   $ hg qpop
   abort: popping would remove a revision not managed by this patch queue
+  [255]
   $ hg qpop -n patches
   using patch queue: .*/repo/.hg/patches
   abort: popping would remove a revision not managed by this patch queue
+  [255]
   $ hg qrefresh
   abort: working directory revision is not qtip
+  [255]
 
   $ hg up -C qtip
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg qpop
   abort: popping would remove a revision not managed by this patch queue
+  [255]
   $ hg qrefresh
   abort: cannot refresh a revision with children
+  [255]
   $ hg tip --template '{rev} {desc}\n'
   3 append quux