D4837: narrow: remove narrowpatch instead of narrowcopies

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Tue Oct 2 07:59:42 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG813eb942ca0a: narrow: remove narrowpatch instead of narrowcopies (authored by pulkit, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4837?vs=11549&id=11550

REVISION DETAIL
  https://phab.mercurial-scm.org/D4837

AFFECTED FILES
  hgext/narrow/__init__.py

CHANGE DETAILS

diff --git a/hgext/narrow/__init__.py b/hgext/narrow/__init__.py
--- a/hgext/narrow/__init__.py
+++ b/hgext/narrow/__init__.py
@@ -23,7 +23,7 @@
 from . import (
     narrowbundle2,
     narrowcommands,
-    narrowpatch,
+    narrowcopies,
     narrowrepo,
     narrowtemplates,
     narrowwirepeer,
@@ -65,7 +65,7 @@
 
     if repository.NARROW_REQUIREMENT in repo.requirements:
         narrowrepo.wraprepo(repo)
-        narrowpatch.setup(repo)
+        narrowcopies.setup(repo)
         narrowwirepeer.reposetup(repo)
 
 templatekeyword = narrowtemplates.templatekeyword



To: pulkit, durin42, martinvonz, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list