This is an archive of the discontinued Mercurial Phabricator instance.

localrepo: use boolean in opener options
ClosedPublic

Authored by indygreg on Sep 13 2018, 12:29 PM.

Details

Summary

Not sure why we're using an integer for a flag value here. I'm
pretty sure nothing relies on values being 1.

While we're here, convert to a dict literal.

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.