contrib/vagrant/README.md
author Yuya Nishihara <yuya@tcha.org>
Sat, 24 Sep 2016 19:58:23 +0900
changeset 30018 2963fba2d18a
parent 21874 8da01b6e7b49
permissions -rw-r--r--
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.

Run Mercurial tests with Vagrant:

$ vagrant up
$ vagrant ssh -c ./run-tests.sh