changeset 38874 | a232e6744ba3 |
parent 38557 | 0db41eb0a3ac |
child 39258 | b518d495a560 |
--- a/mercurial/repository.py Fri Aug 03 12:35:23 2018 -0700 +++ b/mercurial/repository.py Fri Aug 03 11:02:34 2018 -0700 @@ -15,6 +15,10 @@ interfaceutil, ) +# When narrowing is finalized and no longer subject to format changes, +# we should move this to just "narrow" or similar. +NARROW_REQUIREMENT = 'narrowhg-experimental' + class ipeerconnection(interfaceutil.Interface): """Represents a "connection" to a repository.