This is an archive of the discontinued Mercurial Phabricator instance.

tests: replace `tac` reimplementation by `sort -r`
ClosedPublic

Authored by martinvonz on Nov 7 2018, 1:30 PM.

Details

Summary

sort -r is better code "formatter" than tac since it's
stable. It's also portable so we don't need to reimplement it in
Python.

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

martinvonz created this revision.Nov 7 2018, 1:30 PM
This revision was automatically updated to reflect the committed changes.