evolve: add a test for prune --keep -r . with active bookmark
authorLaurent Charignon <lcharignon@fb.com>
Wed, 20 May 2015 13:32:32 -0700
changeset 1345 37c505975e28
parent 1344 376d3df9f47b
child 1346 9a1415f8b21b
evolve: add a test for prune --keep -r . with active bookmark We recently changed the behavior of prune to make sure that the active bookmark stays active after prune -r . This patch adds a test for the case of prune --keep -r . that does not take the same code path.
tests/test-prune.t
--- a/tests/test-prune.t	Wed May 20 13:23:20 2015 -0700
+++ b/tests/test-prune.t	Wed May 20 13:32:32 2015 -0700
@@ -361,3 +361,12 @@
   |/
   o  0:1ea73414a91b[] (stable/draft) r0
   
+  $ hg book CELESTE
+  $ hg prune -r . --keep
+  1 changesets pruned
+  $ hg book
+     B                         8:d62d843c9a01
+   * CELESTE                   8:d62d843c9a01
+     r10                       8:d62d843c9a01
+     rg                        8:d62d843c9a01
+