equal
deleted
inserted
replaced
71 abort: specified revisions evaluate to an empty set |
71 abort: specified revisions evaluate to an empty set |
72 (use different revision arguments) |
72 (use different revision arguments) |
73 [255] |
73 [255] |
74 $ hg phase --public 0 |
74 $ hg phase --public 0 |
75 $ hg fold --from -r 0 |
75 $ hg fold --from -r 0 |
76 abort: cannot fold public revisions |
76 abort: cannot fold public changesets |
77 [255] |
77 [255] |
78 |
78 |
79 Test actual folding |
79 Test actual folding |
80 |
80 |
81 $ hg fold --from -r 'desc("r5")' |
81 $ hg fold --from -r 'desc("r5")' |