comparison hgext/pager.py @ 9578:341182ac95e4

rebase: return early when source is descendant of destination This only happens when using --base (or no source selection options), as rebase already aborts in this situation when using --source. Without this change you get an abort from the underlying merge, and the repository is in a different state than you started with (the working dir parent is changed).
author Sune Foldager <cryo@cyanite.org>
date Thu, 08 Oct 2009 10:39:43 +0200
parents bd9e5d200186
children 7cd6dee6fe37
comparison
equal deleted inserted replaced
9577:b91960aed018 9578:341182ac95e4