rust/Cargo.toml
author Matt Harbison <matt_harbison@yahoo.com>
Wed, 01 Mar 2023 11:45:57 -0500
changeset 50374 4a73df6eb67d
parent 44981 cf04f62d1579
child 51121 34e0670caf46
permissions -rw-r--r--
grep: avoid reassigning byteskwargs to strkwargs PyCharm flagged each of these `get()` calls with bytes. We still pass the bytes form to the formatter to avoid changing the API, until all callers can be changed.

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