Submitter | phabricator |
---|---|
Date | March 2, 2019, 12:13 a.m. |
Message ID | <differential-rev-PHID-DREV-5mml2lf4yulcvetk7inn-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/38986/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/ui.py b/mercurial/ui.py --- a/mercurial/ui.py +++ b/mercurial/ui.py @@ -1553,7 +1553,7 @@ raise EOFError return l.rstrip('\n') else: - return getpass.getpass('') + return getpass.getpass(r'') except EOFError: raise error.ResponseExpected()