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>
Mon, 02 Aug 2021 10:51:19 -0400
branch
stable
changeset 47789
064cd182555f
parent 45620
426294d06ddc
permissions
-rw-r--r--
windows: avoid a bytes vs unicode crash reading passwords on py2 This broke in
5b3513177f2b
. Specifically, after typing in the password on py2, it would crash with: TypeError: putwch() argument 1 must be cannot convert raw buffers, not str
edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true