contrib/asv.conf.json
author Denis Laxalde <denis.laxalde@logilab.fr>
Thu, 14 Nov 2019 11:33:05 +0100
changeset 43675 d3c4368099ed
parent 30416 cff0f5926797
permissions -rw-r--r--
tests: test "hg log" with --line-range and --copies This now works (does not crash), due to previous changeset. Since --line-range implies --follow, --copies option is redundant.

{
    "version": 1,
    "project": "mercurial",
    "project_url": "https://mercurial-scm.org/",
    "repo": "..",
    "branches": ["default", "stable"],
    "environment_type": "virtualenv",
    "show_commit_url": "https://www.mercurial-scm.org/repo/hg/rev/",
    "benchmark_dir": "benchmarks",
    "env_dir": "../.asv/env",
    "results_dir": "../.asv/results",
    "html_dir": "../.asv/html"
}