( )⚙ D3723 cvsps: avoid comparison between None and a tuple in date sorting

This is an archive of the discontinued Mercurial Phabricator instance.

cvsps: avoid comparison between None and a tuple in date sorting
ClosedPublic

Authored by durin42 on Jun 12 2018, 9:09 PM.

Details

Summary

Avoids badness on Python 3. I had to figure out which entries in this
object *could* be None experimentally, but I think I've got them all
now.

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

durin42 created this revision.Jun 12 2018, 9:09 PM
This revision was automatically updated to reflect the committed changes.