tests/test-prune.t
branchmercurial-4.6
changeset 4887 5fb90a0d2183
parent 4867 769b907e644e
child 4868 f76141f3ce80
child 5163 1752a2e7a226
equal deleted inserted replaced
4886:4ab90c838772 4887:5fb90a0d2183
   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