tests/test-metaedit.t
changeset 5234 ea3f9e171b9a
parent 4898 9936aecc9ea3
child 5235 a1cf66165e69
equal deleted inserted replaced
5233:efd1aa8c313c 5234:ea3f9e171b9a
    83   $ hg metaedit '.^' --config 'experimental.evolution=createmarkers, allnewcommands'
    83   $ hg metaedit '.^' --config 'experimental.evolution=createmarkers, allnewcommands'
    84   abort: cannot edit commit information in the middle of a stack
    84   abort: cannot edit commit information in the middle of a stack
    85   (587528abfffe will become unstable and new unstable changes are not allowed)
    85   (587528abfffe will become unstable and new unstable changes are not allowed)
    86   [255]
    86   [255]
    87   $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands'
    87   $ hg metaedit 'desc(A)::desc(B)' --fold --config 'experimental.evolution=createmarkers, allnewcommands'
    88   abort: fold will orphan 4 descendants
    88   abort: performing 'fold' in the middle of a stack will orphan 3260958f1169 and its 3 descendants
    89   (see 'hg help evolution.instability')
    89   (see 'hg help evolution.instability')
    90   [255]
    90   [255]
    91   $ hg metaedit --user foobar
    91   $ hg metaedit --user foobar
    92   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    92   0 files updated, 0 files merged, 0 files removed, 0 files unresolved
    93   $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden
    93   $ hg log --template '{rev}: {author}\n' -r 'desc(F):' --hidden