rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 08 Sep 2019 10:08:41 +0200
changeset 42898 fc8072f38fd6
parent 40965 5532823e8c18
child 44466 79ac59d3f73d
permissions -rw-r--r--
run-tests: extract a `process_cmd_line` from the main function The main function doing line comparison is quite complex. Slicing it in smaller piece should clarify it. (This is a gratuitous cleanup that I made while investigating a bug).

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