Mercurial > hg
annotate rust/Cargo.toml @ 48488:f8540fe4be0f
procutil: avoid an uninitialized variable usage on tempfile exception
If `pycompat.unnamedtempfile()` raises an exception, it would have called
`stdin.close()` in the `finally` block without it being initialized first.
Differential Revision: https://phab.mercurial-scm.org/D11928
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 14 Dec 2021 17:29:30 -0500 |
parents | cf04f62d1579 |
children | 34e0670caf46 |
rev | line source |
---|---|
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
1 [workspace] |
44981
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44638
diff
changeset
|
2 members = ["hg-core", "hg-cpython", "rhg"] |
44638
af739894a4c1
hgcli: add stub PyOxidizer project
Gregory Szorc <gregory.szorc@gmail.com>
parents:
44637
diff
changeset
|
3 exclude = ["chg", "hgcli"] |