D4823: narrow: drop unnecessary overrides of patch

2018-10-02 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > __init__.py:71 > narrowrepo.wraprepo(repo) > -narrowcopies.setup(repo) > narrowpatch.setup(repo) I think you want to delete narrowpatch here, not narrowcopies. REPOSITORY rHG Mercurial REVISION DETAIL

D4823: narrow: drop unnecessary overrides of patch

2018-10-01 Thread martinvonz (Martin von Zweigbergk)
martinvonz updated this revision to Diff 11534. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D4823?vs=11531=11534 REVISION DETAIL https://phab.mercurial-scm.org/D4823 AFFECTED FILES hgext/narrow/__init__.py hgext/narrow/narrowpatch.py CHANGE

D4823: narrow: drop unnecessary overrides of patch

2018-10-01 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG84092edd5c88: narrow: drop unnecessary overrides of patch (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D4823: narrow: drop unnecessary overrides of patch

2018-10-01 Thread martinvonz (Martin von Zweigbergk)
martinvonz created this revision. Herald added a reviewer: durin42. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY The patch overrides became unnecessary when I made context.status() filter by the narrowspec in