Mercurial > evolve
comparison tests/test-evolve-bumped.t @ 1422:c868a69c29c5
evolve: distinct between '--all' and '--all --any'
Before this patch, evolve --all implied evolve --all --any. With this patch
evolve --all evolves all the aspiring descendants of the parent of the working
copy. evolve --all --any does what evolve --all did before: evolving all the
troubles in the repo.
We add anew function _aspiringdescendant for this purpose
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 22 Jun 2015 21:01:30 -0700 |
parents | 9e7da169f66e |
children | 5f6e78aea094 |
comparison
equal
deleted
inserted
replaced
1421:8f18c7b3af14 | 1422:c868a69c29c5 |
---|---|
67 pulling from ../public | 67 pulling from ../public |
68 searching for changes | 68 searching for changes |
69 no changes found | 69 no changes found |
70 1 new bumped changesets | 70 1 new bumped changesets |
71 | 71 |
72 $ hg evolve -a --bumped | 72 $ hg evolve -a -A --bumped |
73 recreate:[2] tweak a | 73 recreate:[2] tweak a |
74 atop:[1] modify a | 74 atop:[1] modify a |
75 computing new diff | 75 computing new diff |
76 committed as 4d1169d82e47 | 76 committed as 4d1169d82e47 |
77 working directory is now at 4d1169d82e47 | 77 working directory is now at 4d1169d82e47 |