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