--- a/tests/test-import-bypass.t Sat Oct 01 21:52:44 2011 -0400
+++ b/tests/test-import-bypass.t Sun Oct 02 14:34:28 2011 -0400
@@ -60,8 +60,8 @@
|/
@ 0:07f494440405 test 0 0 - default - adda
- $ hg rollback -f
- repository tip rolled back to revision 1 (undo commit)
+ $ hg rollback
+ repository tip rolled back to revision 1 (undo import)
Test --import-branch
@@ -72,8 +72,8 @@
|
@ 0:07f494440405 test 0 0 - default - adda
- $ hg rollback -f
- repository tip rolled back to revision 1 (undo commit)
+ $ hg rollback
+ repository tip rolled back to revision 1 (undo import)
Test --strip
@@ -94,8 +94,8 @@
> +a
> EOF
applying patch from stdin
- $ hg rollback -f
- repository tip rolled back to revision 1 (undo commit)
+ $ hg rollback
+ repository tip rolled back to revision 1 (undo import)
Test unsupported combinations