Mercurial > evolve
diff tests/test-evolve.t @ 269:6c6bb7a23bb5 0.1.0
stabilize: improve unstable selection heuristic
Without argument, stabilize was picking the first in:
"unstable() and ((suspended() or obsancestors(::.))::)"
which usually returned the "oldest" unstable revision in parent
predecessors descendants. This revision is interesting because it
usually gives "soft" merges but rebasing it left the working directory
on a remote branch, which was very confusing.
The new heuristic picks an unstable changeset which can be rebased on
top of the parent revision, or on top of one of its descendants
(selected in revision order). This has the advantage of selecting a
revision which can be rebased on the current subtree, and leave the
working directory in a more convenient location.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Wed, 13 Jun 2012 18:28:10 +0200 |
parents | cfdab01ca8a0 |
children | c3ff47e6bd36 |
line wrap: on
line diff
--- a/tests/test-evolve.t Tue Jun 12 15:33:23 2012 +0200 +++ b/tests/test-evolve.t Wed Jun 13 18:28:10 2012 +0200 @@ -211,19 +211,6 @@ 0 : base - test $ hg up -q 1 Working directory parent is obsolete - $ hg stabilize -n - nothing to stabilize here - (1 unstable changesets, do you want --any ?) - [2] - $ hg stabilize -n --any - move:[4] another feature - atop:[6] a nifty feature - hg rebase -Dr f8111a076f09 -d 23409eba69a0 - $ hg up -q 6 - $ hg stabilize -n - move:[4] another feature - atop:[6] a nifty feature - hg rebase -Dr f8111a076f09 -d 23409eba69a0 $ hg stabilize move:[4] another feature atop:[6] a nifty feature