rust/Cargo.toml
author Martin von Zweigbergk <martinvonz@google.com>
Tue, 23 Mar 2021 22:48:27 -0700
changeset 46837 27ba8acd5684
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
rebase: don't call rewriteutil.precheck() with to-be-skipped commits It's clearly incorrect to call `rewriteutil.precheck()` for commits that we're not about to rewrite. We haven't noticed yet because the function doesn't check for divergence, but I'm about to teach it to do that. Differential Revision: https://phab.mercurial-scm.org/D10259

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