( )⚙ D4824 narrow: move support for `hg verify` into core

This is an archive of the discontinued Mercurial Phabricator instance.

narrow: move support for `hg verify` into core
ClosedPublic

Authored by martinvonz on Oct 1 2018, 1:01 PM.

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.Oct 1 2018, 1:01 PM
indygreg added inline comments.
mercurial/verify.py
39

match is unused after this change. Should we drop it?

martinvonz marked an inline comment as done.Oct 1 2018, 1:14 PM
This revision was automatically updated to reflect the committed changes.
martinvonz updated this revision to Diff 11535.Oct 1 2018, 1:15 PM
martinvonz added inline comments.Oct 1 2018, 1:15 PM
mercurial/verify.py
39

Done