~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-06-20 01:32:42 UTC
  • Revision ID: mbp@sourcefrog.net-20050620013242-43d80bc8432f6218
- bzr branch shouldn't say "0 conflicts"

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
  can be popped into our own store.  That needs to be refactored.
127
127
 
128
128
* ``bzr status FOO`` where foo is ignored should say so.
129
 
 
130
 
* ``bzr mkdir A...`` should just create and add A.
131
129
  
132
130
 
133
131
 
311
309
* Perhaps attempts to get locks should timeout after some period of
312
310
  time, or at least display a progress message.
313
311
 
314
 
* Split out upgrade functionality from check command into a separate
315
 
  ``bzr upgrade``.
316
 
 
317
312
 
318
313
Large things
319
314
------------