~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-11 02:22:26 UTC
  • Revision ID: mbp@sourcefrog.net-20050511022225-fcf4f70dce45d2c8
- Split WorkingTree into its own file
- pychecker fixes
- statcache works in terms of just directories, not branches
- use statcache from workingtree when getting file SHA-1 so that 
  diffs are faster

Show diffs side-by-side

added added

removed removed

Lines of Context:
225
225
 
226
226
  - Hold the ElementTree in memory in the Inventory object and work
227
227
    directly on that, rather than converting into Python objects every
228
 
    time it is read in.  Probably still expose it through some kind of
 
228
    time it is read in.  Probably still exposoe it through some kind of
229
229
    object interface though, but perhaps that should just be a proxy
230
230
    for the elements.
231
231
 
246
246
  urlgrabber's docs say they are working on batched downloads; we
247
247
  could perhaps ride on that or just create a background thread (ew).
248
248
 
 
249
* Should be a signature at the top of the cache file.
 
250
 
249
251
 
250
252
Large things
251
253
------------