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.
--- 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
+