rust/Cargo.toml
author Matt Harbison <matt_harbison@yahoo.com>
Mon, 16 Mar 2020 14:33:35 -0400
changeset 44647 99fa161a883c
parent 44638 af739894a4c1
child 44981 cf04f62d1579
permissions -rw-r--r--
phabricator: extract the logic to amend diff properties to a function This will be needed on a separate code path when dealing with folding revisions. And since we know that will involve adding multiple local commmits to the diff properties instead of just one, restructure the logic slightly to allow it. Differential Revision: https://phab.mercurial-scm.org/D8312

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