This is an archive of the discontinued Mercurial Phabricator instance.

rage: replace print with ui.write
ClosedPublic

Authored by quark on Aug 30 2017, 5:02 PM.
Tags
None
Subscribers
None

Details

Reviewers
durham
Group Reviewers
Restricted Project
Commits
rFBHGXa76d947dad7f: rage: replace print with ui.write
Summary

Content written by print may not get flushed (especially in chg's case).
Use ui.write so Mercurial is responsible for flushing ui.fout.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

quark created this revision.Aug 30 2017, 5:02 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptAug 30 2017, 5:02 PM
durham accepted this revision.Aug 30 2017, 5:03 PM
This revision is now accepted and ready to land.Aug 30 2017, 5:03 PM
This revision was automatically updated to reflect the committed changes.