--- a/tests/test-rebase-named-branches.t Sat Apr 30 17:38:06 2011 +0200
+++ b/tests/test-rebase-named-branches.t Sat Apr 30 17:38:06 2011 +0200
@@ -83,40 +83,3 @@
o 0: 'A'
$ cd ..
-
-Rebasing descendant onto ancestor across the same named branches
-
- $ hg clone -q -u . a a2
-
- $ cd a2
-
- $ echo I > I
-
- $ hg ci -AmI
- adding I
-
- $ hg tglog
- @ 8: 'I'
- |
- o 7: 'H'
- |
- | o 6: 'G'
- |/|
- o | 5: 'F'
- | |
- | o 4: 'E'
- |/
- | o 3: 'D'
- | |
- | o 2: 'C'
- | |
- | o 1: 'B'
- |/
- o 0: 'A'
-
- $ hg rebase -s 8 -d 7
- abort: source is descendant of destination
- [255]
-
- $ cd ..
-