Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
rustfmt.toml
author
Matt Harbison <matt_harbison@yahoo.com>
Tue, 08 Nov 2022 14:17:56 -0500
changeset 49599
94a797032fc4
parent 45620
426294d06ddc
permissions
-rw-r--r--
typing: add type hints to mpatch implementations Again, using `merge-pyi` to apply the stubs in cext and then manually type the private methods. The generated stub without these hints inferred very little, and the stuff it did was wrong.
edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true