( )⚙ D5239 tests: replace `tac` reimplementation by `sort -r`

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
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

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