equal
deleted
inserted
replaced
50 |
50 |
51 |
51 |
52 Test various error case |
52 Test various error case |
53 |
53 |
54 $ hg fold --exact null:: |
54 $ hg fold --exact null:: |
55 abort: cannot fold the null revision |
55 abort: cannot 'fold' the null revision |
56 (no changeset checked out) |
56 (no changeset checked out) |
57 [255] |
57 [255] |
58 $ hg fold |
58 $ hg fold |
59 abort: no revisions specified |
59 abort: no revisions specified |
60 [255] |
60 [255] |
84 abort: specified revisions evaluate to an empty set |
84 abort: specified revisions evaluate to an empty set |
85 (use different revision arguments) |
85 (use different revision arguments) |
86 [255] |
86 [255] |
87 $ hg phase --public 0 |
87 $ hg phase --public 0 |
88 $ hg fold --from -r 0 |
88 $ hg fold --from -r 0 |
89 abort: cannot fold public changesets: 1ea73414a91b |
89 abort: cannot 'fold' public changesets: 1ea73414a91b |
90 (see 'hg help phases' for details) |
90 (see 'hg help phases' for details) |
91 [255] |
91 [255] |
92 |
92 |
93 Test actual folding |
93 Test actual folding |
94 |
94 |