D7501: changectx: use unfiltered changelog to walk ancestors in annotate

2020-01-17 Thread marmoute (Pierre-Yves David)
Closed by commit rHGc472970339d2: changectx: use unfiltered changelog to walk ancestors in annotate (authored by marmoute). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D7501: changectx: use unfiltered changelog to walk ancestors in annotate

2020-01-16 Thread Raphaël Gomès
Alphare updated this revision to Diff 19365. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7501?vs=18386=19365 BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7501/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7501

D7501: changectx: use unfiltered changelog to walk ancestors in annotate

2019-11-24 Thread marmoute (Pierre-Yves David)
marmoute updated this revision to Diff 18386. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7501?vs=18366=18386 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7501/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7501 AFFECTED FILES

D7501: changectx: use unfiltered changelog to walk ancestors in annotate

2019-11-23 Thread marmoute (Pierre-Yves David)
marmoute updated this revision to Diff 18366. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D7501?vs=18308=18366 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7501/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7501 AFFECTED FILES

D7501: changectx: use unfiltered changelog to walk ancestors in annotate

2019-11-22 Thread marmoute (Pierre-Yves David)
marmoute created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Since we are only walking ancestors, it is safe to use an unfiltered repository. (Because if the original rev is not filtered, none of its ancestors will be).