This is an archive of the discontinued Mercurial Phabricator instance.

blackbox: unindent a try block
ClosedPublic

Authored by quark on Sep 7 2017, 1:33 AM.

Details

Summary

The try block is no longer necessary.

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

quark created this revision.Sep 7 2017, 1:33 AM
durham accepted this revision.Sep 7 2017, 8:22 PM
quark updated this revision to Diff 1879.Sep 18 2017, 7:03 PM
yuja requested changes to this revision.Sep 19 2017, 10:40 AM
yuja added a subscriber: yuja.

This look like doing more than "unindent a try block".

hgext/blackbox.py
153

ui._bbrepo might be unset.

This revision now requires changes to proceed.Sep 19 2017, 10:40 AM

Sorry, did a wrong merge resolution. Will fix soon.

quark updated this revision to Diff 1897.Sep 19 2017, 1:50 PM
yuja accepted this revision.Sep 20 2017, 8:46 AM

Queued the series, thanks.

This revision is now accepted and ready to land.Sep 20 2017, 8:46 AM
This revision was automatically updated to reflect the committed changes.