rust/Cargo.toml
author Augie Fackler <augie@google.com>
Thu, 28 May 2020 16:17:28 -0400
changeset 44871 17d928f8abaf
parent 44638 af739894a4c1
child 44981 cf04f62d1579
permissions -rw-r--r--
mergestate: move staticmethod _filectxorabsent to module level I suspect this was a static method just because it made merge.py feel less messy, but now we have a mergestate package so we can do better. Differential Revision: https://phab.mercurial-scm.org/D8591

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