~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-04-28 08:16:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050428081641-1593147e4363c8ba
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
__ http://mail.python.org/pipermail/python-list/2001-April/037847.html
54
54
 
 
55
* 'bzr ignore' command that just adds a line to the .bzrignore file
 
56
  and makes it versioned.
 
57
 
 
58
* 'bzr help commands' should give a one-line summary of each command.
 
59
 
55
60
Medium things
56
61
-------------
57
62
 
 
63
* Display command grammar in help messages rather than hardcoding it.
 
64
 
 
65
* Change command functions into Command() objects, like in hct, and
 
66
  then the grammar can be described directly in there.  Since all
 
67
  option definitions are global we can define them just once and
 
68
  reference them from each command.
 
69
 
58
70
* Selective commit of only some files.
59
71
 
60
72
* Faster diff/status.