tests/test-fold.t
changeset 5234 ea3f9e171b9a
parent 5230 39d282fd04e0
child 5236 6c0797ec50b6
equal deleted inserted replaced
5233:efd1aa8c313c 5234:ea3f9e171b9a
   196   $ cat << EOF >> .hg/hgrc
   196   $ cat << EOF >> .hg/hgrc
   197   > [experimental]
   197   > [experimental]
   198   > evolution = createmarkers, allnewcommands
   198   > evolution = createmarkers, allnewcommands
   199   > EOF
   199   > EOF
   200   $ hg fold --from 'desc("r4")'
   200   $ hg fold --from 'desc("r4")'
   201   abort: fold will orphan 1 descendants
   201   abort: performing 'fold' in the middle of a stack will orphan 14d0e0da8e91
   202   (see 'hg help evolution.instability')
   202   (see 'hg help evolution.instability')
   203   [255]
   203   [255]
   204   $ hg fold --from 'desc("r3")::desc("r11")'
   204   $ hg fold --from 'desc("r3")::desc("r11")'
   205   abort: fold will orphan 1 descendants
   205   abort: performing 'fold' in the middle of a stack will orphan b568edbee6e0
   206   (see 'hg help evolution.instability')
   206   (see 'hg help evolution.instability')
   207   [255]
   207   [255]
   208 
   208 
   209 test --user variant
   209 test --user variant
   210 
   210