This is an archive of the discontinued Mercurial Phabricator instance.

debugbackupbundle: use new context manager for silencing the ui
ClosedPublic

Authored by martinvonz on Jun 18 2021, 7:57 PM.

Details

Summary

A difference between setting ui.quiet and using ui.silent() is
that the latter also silences ui.write() calls. That's practically
always what one wants, including here, I think.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage