##// END OF EJS Templates
test-phases: test changing null revision phase...
Patrick Mezard -
r16622:e4451d74 default
parent child Browse files
Show More
@@ -9,6 +9,15 b''
9
9
10 $ hg init initialrepo
10 $ hg init initialrepo
11 $ cd initialrepo
11 $ cd initialrepo
12
13 Cannot change null revision phase
14
15 $ hg phase --force --secret null
16 abort: unknown revision '-1'!
17 [255]
18 $ hg phase null
19 -1: public
20
12 $ mkcommit A
21 $ mkcommit A
13
22
14 New commit are draft by default
23 New commit are draft by default
General Comments 0
You need to be logged in to leave comments. Login now