Comments
Patch
@@ -2,8 +2,8 @@
$ cat >> $HGRCPATH <<EOF
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> [extensions]
> uncommit =
> drawdag=$TESTDIR/drawdag.py
@@ -7,8 +7,8 @@
> drawdag=$TESTDIR/drawdag.py
>
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
>
> [alias]
> tglog = log -G --template "{rev}: {desc}"
@@ -8,8 +8,8 @@
> [ui]
> logtemplate= {rev}:{node|short} {desc|firstline}
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> [phases]
> publish=False
> [extensions]
@@ -3,8 +3,8 @@
> drawdag=$TESTDIR/drawdag.py
> bruterebase=$TESTDIR/bruterebase.py
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> EOF
$ init() {
> N=`expr ${N:-0} + 1`
@@ -8,8 +8,8 @@
> [phases]
> publish=False
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> [extensions]
> histedit=
> rebase=
@@ -496,8 +496,8 @@
$ cat >>$HGRCPATH <<EOF
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> EOF
$ hg commit --amend -m 'allow this fold'
$ hg histedit --continue
@@ -519,8 +519,8 @@
$ cat >> $HGRCPATH << EOF
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> EOF
Amend with no files changes
@@ -180,8 +180,8 @@
$ cat >> $HGRCPATH <<EOF
> [experimental]
- > evolution=allowunstable
> evolution.createmarkers=True
+ > evolution.allowunstable=True
> EOF
$ hg amend