Comments
Patch
@@ -16,6 +16,7 @@ evolve --rev reordering
> [ui]
> logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline}\n
> [extensions]
+ > rebase =
> EOF
$ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH
$ mkcommit() {
@@ -259,3 +260,14 @@ Test multiple revision with some un-evol
skipping 0b9488394e89: divergent rewriting. can't choose destination
working directory is now at 31809a198477
+
+ $ hg log -G -r 34::
+ $ hg co 34
+ $ echo stuff > new-file
+ $ hg commit --amend -Aqm 'b3second and new stuff'
+ $ hg rebase -r . -d 35
+ $ hg obslog
+ $ hg prune 35
+ $ hg log -G -r 33:
+ $ hg co 34
+ $ hg evolve -aA