~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-07-04 12:22:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050704122234-e35f78b10d8a009d
- Clear pending-merge list when committing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
* ``bzr status FOO`` where foo is ignored should say so.
112
112
 
113
113
* ``bzr mkdir A...`` should just create and add A.
 
114
 
 
115
* Guard against repeatedly merging any particular patch.
114
116
  
115
117
 
116
118
 
300
302
* Don't pass around command classes but rather pass objects.  This'd
301
303
  make it cleaner to construct objects wrapping external commands.
302
304
 
 
305
* Track all merged-in revisions in a versioned add-only metafile.
 
306
 
303
307
 
304
308
Large things
305
309
------------