diff tests/test-rebase-parameters @ 7130:204c7850c158

rebase: disable rollback after rebasing
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
date Sat, 18 Oct 2008 17:00:28 +0200
parents 40cacb049ef6
children 8766fee6f225
line wrap: on
line diff
--- a/tests/test-rebase-parameters	Sat Oct 18 16:51:26 2008 +0200
+++ b/tests/test-rebase-parameters	Sat Oct 18 17:00:28 2008 +0200
@@ -64,6 +64,9 @@
 hg update -C 5
 hg rebase 2>&1 | sed 's/\(saving bundle to \).*/\1/'
 
+echo "% Try to rollback after a rebase (fail)"
+hg rollback
+
 createrepo > /dev/null 2>&1
 echo
 echo "% Rebase with base == '.' => same as no arguments (from 3 onto 7)"