##// END OF EJS Templates
tests: add test of uncommit with default phase as secret...
Martin von Zweigbergk -
r38441:a6addfd6 default
parent child Browse files
Show More
@@ -278,6 +278,13 b' Uncommit with draft parent'
278 12: draft
278 12: draft
279 $ hg commit -m 'update ab again'
279 $ hg commit -m 'update ab again'
280
280
281 Phase is preserved
282
283 $ hg uncommit --keep --config phases.new-commit=secret
284 $ hg phase -r .
285 15: draft
286 $ hg commit --amend -m 'update ab again'
287
281 Uncommit with public parent
288 Uncommit with public parent
282
289
283 $ hg phase -p "::.^"
290 $ hg phase -p "::.^"
@@ -294,7 +301,7 b' Partial uncommit with public parent'
294 $ hg status
301 $ hg status
295 A xyz
302 A xyz
296 $ hg phase -r .
303 $ hg phase -r .
297 16: draft
304 18: draft
298 $ hg phase -r ".^"
305 $ hg phase -r ".^"
299 12: public
306 12: public
300
307
General Comments 0
You need to be logged in to leave comments. Login now