diff tests/test-graft.t @ 19476:4fed15d4c5aa stable

commands: add checks for unfinished operations (issue3955) commands checked: backout bisect commit graft import
author Matt Mackall <mpm@selenic.com>
date Wed, 24 Jul 2013 23:51:40 -0500
parents 0af993732f66
children 061ce98c888d
line wrap: on
line diff
--- a/tests/test-graft.t
+++ b/tests/test-graft.t
@@ -177,8 +177,8 @@
 Commit while interrupted should fail:
 
   $ hg ci -m 'commit interrupted graft'
-  abort: cannot commit an interrupted graft operation
-  (use "hg graft -c" to continue graft)
+  abort: graft in progress
+  (use 'hg graft --continue' or 'hg update' to abort)
   [255]
 
 Abort the graft and try committing: