( )⚙ D5226 fix: rename :fileset subconfig to :pattern

This is an archive of the discontinued Mercurial Phabricator instance.

fix: rename :fileset subconfig to :pattern
ClosedPublic

Authored by hooper on Nov 5 2018, 7:21 PM.

Details

Summary

This name was always inaccurate, since the config accepts any pattern.
Hopefully so few people use this right now that it won't matter, but there will
now be a warning if the old config name is used.

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

hooper created this revision.Nov 5 2018, 7:21 PM
hooper updated this revision to Diff 12437.Nov 5 2018, 7:45 PM
yuja added a subscriber: yuja.Nov 6 2018, 6:51 AM
This name was always inaccurate, since the config accepts any pattern.
Hopefully so few people use this right now that it won't matter, but there will
now be a warning if the old config name is used.

Sounds good as the fix is still an experimental extension. Queued, thanks.

This revision was automatically updated to reflect the committed changes.