D536: effectflag: detect when user changed

2017-10-01 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG55ef17ec8e59: effectflag: detect when user changed (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D536?vs=2107=2308

D536: effectflag: detect when user changed

2017-09-27 Thread lothiraldan (Boris Feld)
lothiraldan updated this revision to Diff 2107. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D536?vs=1340=2107 REVISION DETAIL https://phab.mercurial-scm.org/D536 AFFECTED FILES mercurial/obsutil.py tests/test-obsmarkers-effectflag.t CHANGE

D536: effectflag: detect when user changed

2017-08-28 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Store in effect flag when the user changed between the predecessor and its successors. It can happens with "hg commit --amend -u" or "histedit".