equal
deleted
inserted
replaced
116 $ hg metaedit '.^' --config 'experimental.evolution=createmarkers, allnewcommands' |
116 $ hg metaedit '.^' --config 'experimental.evolution=createmarkers, allnewcommands' |
117 abort: cannot edit commit information in the middle of a stack |
117 abort: cannot edit commit information in the middle of a stack |
118 (587528abfffe will become unstable and new unstable changes are not allowed) |
118 (587528abfffe will become unstable and new unstable changes are not allowed) |
119 [255] |
119 [255] |
120 $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands' |
120 $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands' |
121 abort: cannot fold chain not ending with a head or with branching |
121 abort: fold will orphan 4 descendants |
122 (see 'hg help evolution.instability') |
122 (see 'hg help evolution.instability') |
123 [255] |
123 [255] |
124 $ hg metaedit --user foobar |
124 $ hg metaedit --user foobar |
125 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
125 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
126 $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden |
126 $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden |