Mercurial > hg
comparison Makefile @ 18371:ff2c89ebf5d4
mq: stabilize update after strip of parent revision
Strip will (if it updates) update to the parent of revs[0], where revs are the
roots of the tree that is stripped.
When revs was list(set) it was thus undefined which root parent it would update
to. With sorted(set) it is at least stable what it updates to. (But it is very
possible that another more useful and predictable behaviour could be defined
... such as updating to the tip-most surviving wd ancestor.)
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Tue, 15 Jan 2013 02:59:13 +0100 |
parents | 7c9b07f0da73 |
children | 4723ccb62282 |
comparison
equal
deleted
inserted
replaced
18370:c605e12dd622 | 18371:ff2c89ebf5d4 |
---|