( )⚙ D3895 context: raise ProgrammingError on repo['my-tag']

This is an archive of the discontinued Mercurial Phabricator instance.

context: raise ProgrammingError on repo['my-tag']
ClosedPublic

Authored by martinvonz on Jul 6 2018, 8:03 PM.

Details

Summary

We had an internal extension that I had failed to migrate off of the
deprecated API and its "'my-tag' in repo" check just started returning
False. It took a while to figure out that that was what was
happening. This patch would have helped.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Jul 6 2018, 8:03 PM
This revision was automatically updated to reflect the committed changes.