Skip to content
Snippets Groups Projects
  • Pierre-Yves David's avatar
    021becbf024a
    rebase: do not retract phase boundary by hand · 021becbf024a
    Pierre-Yves David authored
    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.
    021becbf024a
    History
    rebase: do not retract phase boundary by hand
    Pierre-Yves David authored
    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.