tests/test-evolve.t
branchstable
changeset 1784 c3741a5adbb0
parent 1756 a7dcfff8c4a9
child 1785 f22120b12715
equal deleted inserted replaced
1777:e7149cc5101f 1784:c3741a5adbb0
   686   abort: cannot fold non-linear revisions (multiple heads given)
   686   abort: cannot fold non-linear revisions (multiple heads given)
   687   [255]
   687   [255]
   688   $ hg fold -r 4 -r 6 --exact
   688   $ hg fold -r 4 -r 6 --exact
   689   abort: cannot fold non-linear revisions (multiple roots given)
   689   abort: cannot fold non-linear revisions (multiple roots given)
   690   [255]
   690   [255]
       
   691   $ hg fold --exact -r "4 and not 4"
       
   692   abort: specified revisions evaluate to an empty set
       
   693   (use different revision arguments)
       
   694   [255]
   691   $ hg fold 10 1
   695   $ hg fold 10 1
   692   abort: cannot fold non-linear revisions
   696   abort: cannot fold non-linear revisions
   693   (given revisions are unrelated to parent of working directory)
   697   (given revisions are unrelated to parent of working directory)
   694   [255]
   698   [255]
   695   $ hg phase --public 0
   699   $ hg phase --public 0