rust/Cargo.toml
author Matt Harbison <matt_harbison@yahoo.com>
Sat, 17 Apr 2021 00:28:21 -0400
changeset 46969 d9531094cf8e
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
cmdutil: fix an uninitialize variable usage in clearunfinished() I happened to notice that PyCharm flagged this while looking for something else. I'm pretty sure it meant to check the current state in the iteration, and not keep reusing the last one in the previous iteration. Differential Revision: https://phab.mercurial-scm.org/D10459

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