Show More
@@ -25,7 +25,6 b' from mercurial import (' | |||
|
25 | 25 | from . import ( |
|
26 | 26 | narrowbundle2, |
|
27 | 27 | narrowcommands, |
|
28 | narrowcopies, | |
|
29 | 28 | narrowpatch, |
|
30 | 29 | narrowrepo, |
|
31 | 30 | narrowtemplates, |
@@ -68,7 +67,6 b' def reposetup(ui, repo):' | |||
|
68 | 67 | |
|
69 | 68 | if repository.NARROW_REQUIREMENT in repo.requirements: |
|
70 | 69 | narrowrepo.wraprepo(repo) |
|
71 | narrowcopies.setup(repo) | |
|
72 | 70 | narrowpatch.setup(repo) |
|
73 | 71 | narrowwirepeer.reposetup(repo) |
|
74 | 72 |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now