Page Menu
Home
Phabricator
This is an archive of the discontinued Mercurial Phabricator instance.
Differential
D6041
py3: pass a str to getpass.getpass()
Closed
Public
Authored by
pulkit
on Mar 1 2019, 7:13 PM.
Download Raw Diff
Tags
None
Subscribers
mercurial-devel
Details
Reviewers
None
Group Reviewers
hg-reviewers
Commits
rHG8e364664a999: py3: pass a str to getpass.getpass()
Summary
Otherwise I see
password: b''
on the prompt.
skip-blame because just prefix
Diff Detail
Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
pulkit
created this revision.
Mar 1 2019, 7:13 PM
Herald
added a reviewer:
hg-reviewers
.
·
View Herald Transcript
Mar 1 2019, 7:13 PM
Herald
added a subscriber:
mercurial-devel
.
·
View Herald Transcript
pulkit
added a child revision:
D6042: py3: convert filtername to str if it's None
.
Mar 1 2019, 7:13 PM
Closed by commit
rHG8e364664a999: py3: pass a str to getpass.getpass()
(authored by
pulkit
).
·
Explain Why
Mar 1 2019, 9:05 PM
This revision was automatically updated to reflect the committed changes.