diff tests/test-backout @ 4726:f6e961c0155b

Fix and test 'hg backout' without or with too many revisions.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 26 Jun 2007 15:28:17 +0200
parents 46280c004f22
children de620356064f
line wrap: on
line diff
--- a/tests/test-backout	Mon Jun 25 21:23:24 2007 -0500
+++ b/tests/test-backout	Tue Jun 26 15:28:17 2007 +0200
@@ -2,9 +2,14 @@
 
 HGMERGE=true; export HGMERGE
 
-echo '# basic operation'
 hg init basic
 cd basic
+
+echo '# should complain'
+hg backout
+hg backout -r 0 0
+
+echo '# basic operation'
 echo a > a
 hg commit -d '0 0' -A -m a
 echo b >> a