Show More
@@ -7,18 +7,11 b' about the filtering of status being done' | |||
|
7 | 7 | came up the import to hgext, but nobody's got concrete improvement |
|
8 | 8 | ideas as of then. |
|
9 | 9 | |
|
10 | Fold most (or preferably all) of narrowrevlog.py into core. | |
|
11 | ||
|
12 | Address commentary in narrowrevlog.excludedmanifestrevlog.add - | |
|
10 | Address commentary in manifest.excludedmanifestrevlog.add - | |
|
13 | 11 | specifically we should improve the collaboration with core so that |
|
14 | 12 | add() never gets called on an excluded directory and we can improve |
|
15 | 13 | the stand-in to raise a ProgrammingError. |
|
16 | 14 | |
|
17 | Figure out how to correctly produce narrowmanifestrevlog and | |
|
18 | narrowfilelog instances instead of monkeypatching regular revlogs at | |
|
19 | runtime to our subclass. Even better, merge the narrowing logic | |
|
20 | directly into core. | |
|
21 | ||
|
22 | 15 | Reason more completely about rename-filtering logic in |
|
23 | 16 | narrowfilelog. There could be some surprises lurking there. |
|
24 | 17 |
@@ -28,7 +28,6 b' from . import (' | |||
|
28 | 28 | narrowcopies, |
|
29 | 29 | narrowpatch, |
|
30 | 30 | narrowrepo, |
|
31 | narrowrevlog, | |
|
32 | 31 | narrowtemplates, |
|
33 | 32 | narrowwirepeer, |
|
34 | 33 | ) |
@@ -58,7 +57,6 b' def featuresetup(ui, features):' | |||
|
58 | 57 | def uisetup(ui): |
|
59 | 58 | """Wraps user-facing mercurial commands with narrow-aware versions.""" |
|
60 | 59 | localrepo.featuresetupfuncs.add(featuresetup) |
|
61 | narrowrevlog.setup() | |
|
62 | 60 | narrowbundle2.setup() |
|
63 | 61 | narrowcommands.setup() |
|
64 | 62 | narrowwirepeer.uisetup() |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now