mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
config: use 'experimental.evolution.allowunstable'
Extract 'experimental.evolution' = allowunstable as 'experimental.evolution.allowunstable'. We keep the new option in the 'experimental.evolution' namespace in order to stay coherent with other options ('experimental.evolution.bundle-obsmarker' and 'experimental.evolution.track-operation') ease the renaming as possibly 'evolution.allowunstable'. Differential Revision: https://phab.mercurial-scm.org/D1150
This commit is contained in:
parent
a95ef2baa9
commit
50cd57c3da
@ -180,8 +180,8 @@ With allowunstable, amend could work in the middle of a stack
|
||||
|
||||
$ cat >> $HGRCPATH <<EOF
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
> EOF
|
||||
|
||||
$ hg amend
|
||||
|
@ -519,8 +519,8 @@ Enable obsolete
|
||||
|
||||
$ cat >> $HGRCPATH << EOF
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
> EOF
|
||||
|
||||
Amend with no files changes
|
||||
|
@ -496,8 +496,8 @@ amend should not be blocked by the ongoing histedit.
|
||||
|
||||
$ cat >>$HGRCPATH <<EOF
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
> EOF
|
||||
$ hg commit --amend -m 'allow this fold'
|
||||
$ hg histedit --continue
|
||||
|
@ -8,8 +8,8 @@ Enable obsolete
|
||||
> [phases]
|
||||
> publish=False
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
> [extensions]
|
||||
> histedit=
|
||||
> rebase=
|
||||
|
@ -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 @@ Enable obsolete
|
||||
> [ui]
|
||||
> logtemplate= {rev}:{node|short} {desc|firstline}
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
> [phases]
|
||||
> publish=False
|
||||
> [extensions]
|
||||
|
@ -7,8 +7,8 @@ destination (issue5422)
|
||||
> drawdag=$TESTDIR/drawdag.py
|
||||
>
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
>
|
||||
> [alias]
|
||||
> tglog = log -G --template "{rev}: {desc}"
|
||||
|
@ -2,8 +2,8 @@ Test uncommit - set up the config
|
||||
|
||||
$ cat >> $HGRCPATH <<EOF
|
||||
> [experimental]
|
||||
> evolution=allowunstable
|
||||
> evolution.createmarkers=True
|
||||
> evolution.allowunstable=True
|
||||
> [extensions]
|
||||
> uncommit =
|
||||
> drawdag=$TESTDIR/drawdag.py
|
||||
|
Loading…
Reference in New Issue
Block a user