comparison tests/test-uncommit.t @ 6063:1a13ac9ef30a mercurial-5.8

test-compat: back out test changes from 65d4e47d7f26
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 10 Oct 2021 10:52:01 +0300
parents 65d4e47d7f26
children
comparison
equal deleted inserted replaced
6062:03ae704c772f 6063:1a13ac9ef30a
15 Cannot uncommit null changeset 15 Cannot uncommit null changeset
16 16
17 $ hg uncommit 17 $ hg uncommit
18 abort: cannot uncommit the null revision 18 abort: cannot uncommit the null revision
19 (no changeset checked out) 19 (no changeset checked out)
20 [10] 20 [255]
21 21
22 Cannot uncommit public changeset 22 Cannot uncommit public changeset
23 23
24 $ echo a > a 24 $ echo a > a
25 $ hg ci -Am adda a 25 $ hg ci -Am adda a
26 $ hg phase --public . 26 $ hg phase --public .
27 $ hg uncommit 27 $ hg uncommit
28 abort: cannot uncommit public changesets: 07f494440405 28 abort: cannot uncommit public changesets: 07f494440405
29 (see 'hg help phases' for details) 29 (see 'hg help phases' for details)
30 [10] 30 [255]
31 $ hg phase --force --draft . 31 $ hg phase --force --draft .
32 32
33 Cannot uncommit merge 33 Cannot uncommit merge
34 34
35 $ hg up -q null 35 $ hg up -q null