This is an archive of the discontinued Mercurial Phabricator instance.

cleanup: use () to wrap long lines instead of \
ClosedPublic

Authored by durin42 on Feb 20 2019, 7:33 PM.

Details

Summary

This is a little less brittle, and often helps indentation. In a
surprising number of cases the entire cleanup was deleting the \, as
the expression was *already* parenthesized in a workable way.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Feb 20 2019, 7:33 PM
durin42 updated this revision to Diff 14173.Feb 21 2019, 12:49 PM
This revision was automatically updated to reflect the committed changes.