comparison tests/test-prune.t @ 4867:769b907e644e mercurial-4.6

test-compat: merge mercurial-4.7 into mercurial-4.6
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 27 Sep 2019 13:03:20 +0200
parents c6fc1000af1e 6c02b9ac2832
children f76141f3ce80 1752a2e7a226
comparison
equal deleted inserted replaced
4866:2a500c5e293b 4867:769b907e644e
479 $ echo c > c 479 $ echo c > c
480 $ hg ci -Aqm "added c" 480 $ hg ci -Aqm "added c"
481 481
482 update to obsoleted revision and perform prune on unrelated revision: 482 update to obsoleted revision and perform prune on unrelated revision:
483 $ hg up -r "desc('added b')" --hidden -q 483 $ hg up -r "desc('added b')" --hidden -q
484 updated to hidden changeset 5f6d8a4bf34a 484 updating to a hidden changeset 5f6d8a4bf34a
485 (hidden revision '5f6d8a4bf34a' is pruned) 485 (hidden revision '5f6d8a4bf34a' is pruned)
486 working directory parent is obsolete! (5f6d8a4bf34a) 486 working directory parent is obsolete! (5f6d8a4bf34a)
487 487
488 $ hg log -G 488 $ hg log -G
489 o 2:29edef26570b[] (draft) added c 489 o 2:29edef26570b[] (draft) added c