comparison hgext3rd/serverminitopic.py @ 4348:398c33b17d76

evolve: make sure we don't stop after evolution of obsparent (issue5881) Before this patch, we were not handling the case when revset given by user also contain wdir parent which is obsolete. We were explicitly checking if wdir parent is obsolete, then update to its successor and return; without checking if we still have some revisions to be evolved. This patch make sure that after it update to the successor of obsolete parent it doesn't stop and continue to evolve other remaining revisions. Changes in tests/test-evolve-issue5881.t reflect the fixed behaviour.
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Fri, 18 Jan 2019 23:09:44 +0530
parents 49d442a2207f
children b74a31c69ad5
comparison
equal deleted inserted replaced
4347:59745d6d626d 4348:398c33b17d76