Mercurial > hg
comparison hgext/factotum.py @ 22038:021becbf024a
rebase: do not retract phase boundary by hand
We rely on the internal mechanism to commit the changeset in the right phase.
This similar to what the mq extension is doing.
This is an important change as we plan to includes phase movement within the
transaction. Avoiding phase movement from high-level code will avoid the
burden of transaction handling. It is also important to limit the need for
transaction handling as this limits the odds of people messing up. Most common
expected mess-up is code using a different transaction for changeset creation
and phase adjustment.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 05 Aug 2014 13:22:44 -0700 |
parents | be561a622100 |
children | c834c0194dbb |
comparison
equal
deleted
inserted
replaced
22037:8665c647da6e | 22038:021becbf024a |
---|