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

Event Timeline

martinvonz created this revision.Oct 1 2018, 1:01 PM
indygreg added inline comments.
mercurial/verify.py
37

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
37

Done