This is an archive of the discontinued Mercurial Phabricator instance.

cleanup: only look for the capabilities we care about in tests
ClosedPublic

Authored by durin42 on Sep 13 2018, 11:02 AM.
Tags
None
Subscribers
None

Details

Summary

This used to be done with globs, but old versions of hg don't sort
capabilities and recent ones do. Just build a filter and apply it
everywhere we check capabilities. As a bonus, what we're looking for
is now easier to spot in the output.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
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.Sep 13 2018, 11:02 AM
Herald added a reviewer: Restricted Project. · View Herald TranscriptSep 13 2018, 11:02 AM
quark accepted this revision.Sep 13 2018, 3:32 PM
This revision is now accepted and ready to land.Sep 13 2018, 3:32 PM
This revision was automatically updated to reflect the committed changes.