~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-04-29 00:10:30 UTC
  • Revision ID: mbp@sourcefrog.net-20050429001030-d12b780915d56d25
todo

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
 
58
58
* 'bzr help commands' should give a one-line summary of each command.
59
59
 
60
 
* Are any sanity checks useful in 'bzr ignore'?
 
60
* Any useful sanity checks in 'bzr ignore'?  Perhaps give a warning if
 
61
  they try to add a single file which is already versioned, or if they
 
62
  add a pattern which already exists, or if it looks like they gave an
 
63
  unquoted glob.
61
64
 
62
65
Medium things
63
66
-------------
134
137
  exports first as a simpler case because then we don't need to deal
135
138
  with removing the tags on the way back in.
136
139
 
 
140
* Consider using Python logging library as well as/instead of
 
141
  bzrlib.trace.
 
142
 
 
143
* Change to using gettext message localization.
137
144
 
138
145
Large things
139
146
------------