Mercurial > hg
comparison hgeditor @ 30016:2963fba2d18a
log: copy the way of ancestor traversal to --follow matcher (issue5376)
We can't use fctx.linkrev() because follow() revset tries hard to simulate
the traversal of changelog DAG, not filelog DAG. This patch fixes
_makefollowlogfilematcher() to walk file ancestors in the same way as
revset._follow().
I'll factor out a common function in future patches.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 24 Sep 2016 19:58:23 +0900 |
parents | 1aee2ab0f902 |
children |
comparison
equal
deleted
inserted
replaced
30015:96b2dd3b184d | 30016:2963fba2d18a |
---|