D2487: narrow: move requirement constant to core

2018-02-28 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd93553662d0a: narrow: move requirement constant to core (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2487?vs=6187=6220

D2487: narrow: move requirement constant to core

2018-02-28 Thread indygreg (Gregory Szorc)
indygreg accepted this revision. indygreg added a comment. This revision is now accepted and ready to land. I could bikeshed the location. But meh. Anywhere in core is better than nowhere in core. (I would have suggested repository.py) REPOSITORY rHG Mercurial REVISION DETAIL

D2487: narrow: move requirement constant to core

2018-02-28 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 My short-term goal is to move narrowrepo.narrowmatch() onto localrepo and this is a necessary step for that. I put the