This is an archive of the discontinued Mercurial Phabricator instance.

narrow: drop unnecessary overrides of patch
ClosedPublic

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

Details

Summary

The patch overrides became unnecessary when I made context.status()
filter by the narrowspec in e411774a2e0f (narrow: move
status-filtering to core and to ctx, 2018-08-02).

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

martinvonz created this revision.Oct 1 2018, 1:01 PM
This revision was automatically updated to reflect the committed changes.
martinvonz updated this revision to Diff 11534.Oct 1 2018, 1:15 PM
pulkit added a subscriber: pulkit.Oct 2 2018, 7:24 AM
pulkit added inline comments.
hgext/narrow/__init__.py
71

I think you want to delete narrowpatch here, not narrowcopies.

hgext/narrow/__init__.py