This is an archive of the discontinued Mercurial Phabricator instance.

effectflag: detect when branch changed
ClosedPublic

Authored by lothiraldan on Aug 28 2017, 7:03 AM.

Details

Summary

Store in effect flag when the branch changed between the predecessor and
its successors.

It can happens with "hg branch" + "hg commit --amend", "hg branch" + "hg
amend" or "histedit".

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

lothiraldan created this revision.Aug 28 2017, 7:03 AM
lothiraldan updated this revision to Diff 2109.Sep 27 2017, 4:08 AM
This revision was automatically updated to reflect the committed changes.