rust/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Wed, 29 Jan 2020 11:30:16 -0800
changeset 44215 b1069b369d6e
parent 40965 5532823e8c18
child 44466 79ac59d3f73d
permissions -rw-r--r--
mergestate: add accessors for local and other nodeid, not just contexts The mergestate can contain invalid nodeids. In that case, `mergestate.localctx` or `mergestate.otherctx` will fail. This patch provides a way of accessing the nodeid without failing in such cases. Differential Revision: https://phab.mercurial-scm.org/D8040

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