comparison tests/test-prune.t @ 5963:c0b439f14260

tests: spell out hg parents See previous commit for the rationale.
author Anton Shestakov <av6@dwimlabs.net>
date Thu, 17 Jun 2021 11:16:53 +0300
parents 61d2f1cf90f0
children 65d4e47d7f26
comparison
equal deleted inserted replaced
5962:b68789e8c535 5963:c0b439f14260
480 o 0:9092f1db7931[] (draft) added a 480 o 0:9092f1db7931[] (draft) added a
481 481
482 $ hg prune -r "desc('added c')" 482 $ hg prune -r "desc('added c')"
483 1 changesets pruned 483 1 changesets pruned
484 484
485 $ hg par 485 $ hg parents
486 1:5f6d8a4bf34a[] (obsolete/draft) added b 486 1:5f6d8a4bf34a[] (obsolete/draft) added b
487 working directory parent is obsolete! (5f6d8a4bf34a) 487 working directory parent is obsolete! (5f6d8a4bf34a)
488 (use 'hg evolve' to update to its parent successor) 488 (use 'hg evolve' to update to its parent successor)
489 489
490 $ cd .. 490 $ cd ..