~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-09 06:09:42 UTC
  • Revision ID: mbp@sourcefrog.net-20050509060942-d9c9efd7feed0894
- more indicators at top of test output
- tidy up remotebranch stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
 
88
88
  Should show the version from bzr and the path name.
89
89
 
90
 
* RemoteBranch could maintain a cache either in memory or on disk.  We
91
 
  know more than an external cache might about which files are
92
 
  immutable and which can vary.  On the other hand, it's much simpler
93
 
  to just use an external proxy cache.
94
 
 
95
 
 
96
90
Medium things
97
91
-------------
98
92
 
 
93
* Display command grammar in help messages rather than hardcoding it.
 
94
 
99
95
* Change command functions into Command() objects, like in hct, and
100
96
  then the grammar can be described directly in there.  Since all
101
97
  option definitions are global we can define them just once and