rust/Cargo.toml
author Matt Harbison <matt_harbison@yahoo.com>
Thu, 05 Mar 2020 11:02:07 -0500
changeset 44579 a7f8c657a3f0
parent 44466 79ac59d3f73d
child 44637 02f66b23cba3
permissions -rw-r--r--
phabricator: allow multiple DREVSPEC args to phabread|phabimport|phabupdate Per Augie's request. Like regular revsets, the result is the union of all given specs. Unlike regular revsets, these don't resolve in parent -> child order, and should be specified as such on the command line. This change invalidated a previous test using an empty `hg phabread`, so it has been switched to `hg debugcallconduit` to preserve that coverage. Differential Revision: https://phab.mercurial-scm.org/D8233

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