This is an archive of the discontinued Mercurial Phabricator instance.

ui: use input() directly
ClosedPublic

Authored by indygreg on Mar 3 2022, 10:30 PM.

Details

Summary

pycompat.rawinput() is an alias to input()

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

indygreg created this revision.Mar 3 2022, 10:30 PM
Alphare accepted this revision.Mar 8 2022, 4:32 AM
This revision is now accepted and ready to land.Mar 8 2022, 4:32 AM
Alphare added inline comments.Mar 8 2022, 4:33 AM
mercurial/ui.py
1730

This is no longer raw_input. I'll amend it to save some churn.

This revision was automatically updated to reflect the committed changes.