rust/Cargo.toml
author Yuya Nishihara <yuya@tcha.org>
Fri, 11 Sep 2020 12:39:45 +0900
changeset 45488 20dd2a259b0f
parent 45001 cf04f62d1579
child 51119 34e0670caf46
permissions -rw-r--r--
test-grep: add tests for --follow with/without --diff and/or paths This tests the behavior of cmdutil.walkchangerevs(). I'm going to rewrite cmdutil.walkchangerevs() to leverage the "log -f" logic, but the code coverage looked quite small. And the history traversal of "grep -f" goes wrong in various ways.

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]