Show More
@@ -1,17 +1,16 b'' | |||
|
1 | 1 | Integration with the share extension needs improvement. Right now |
|
2 | 2 | we've seen some odd bugs. |
|
3 | 3 | |
|
4 | 4 | Address commentary in manifest.excludedmanifestrevlog.add - |
|
5 | 5 | specifically we should improve the collaboration with core so that |
|
6 | 6 | add() never gets called on an excluded directory and we can improve |
|
7 | 7 | the stand-in to raise a ProgrammingError. |
|
8 | 8 | |
|
9 | 9 | Reason more completely about rename-filtering logic in |
|
10 | 10 | narrowfilelog. There could be some surprises lurking there. |
|
11 | 11 | |
|
12 |
Formally document the narrowspec format. |
|
|
13 | possible. For bonus points, unify with the server-specified narrowspec | |
|
14 | format. | |
|
12 | Formally document the narrowspec format. For bonus points, unify with the | |
|
13 | server-specified narrowspec format. | |
|
15 | 14 | |
|
16 | 15 | narrowrepo.setnarrowpats() or narrowspec.save() need to make sure |
|
17 | 16 | they're holding the wlock. |
General Comments 0
You need to be logged in to leave comments.
Login now