diff tests/test-rebase-parameters.t @ 14123:7d1b637738a3

tests: move testcase from rebase-named-branches to rebase-parameters It saves us a clone of a repository.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sat, 30 Apr 2011 17:38:06 +0200
parents e83567686d66
children 81f76098211e
line wrap: on
line diff
--- a/tests/test-rebase-parameters.t	Sat Apr 30 17:38:06 2011 +0200
+++ b/tests/test-rebase-parameters.t	Sat Apr 30 17:38:06 2011 +0200
@@ -50,6 +50,10 @@
   $ hg clone -q -u . a a1
   $ cd a1
 
+  $ hg rebase -s 8 -d 7
+  abort: source is descendant of destination
+  [255]
+
   $ hg rebase --continue --abort
   abort: cannot use both abort and continue
   [255]