This is an archive of the discontinued Mercurial Phabricator instance.

stringutil: teach pprint about sets
ClosedPublic

Authored by durin42 on Aug 10 2018, 1:52 AM.

Details

Summary

This is the old (Python 2) way of printing sets. I actually prefer the
Python 3 version of the repr, but this will result in less test churn
in the short term.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

durin42 created this revision.Aug 10 2018, 1:52 AM
pulkit accepted this revision.Aug 10 2018, 8:09 AM
This revision was automatically updated to reflect the committed changes.