~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-12 00:54:18 UTC
  • Revision ID: mbp@sourcefrog.net-20050512005418-3483f28ed7ecf7d7
- Write out statcache if any files are updated, even 
  if their content has not changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
* ``bzr status DIR`` should give status on all files under that
65
65
  directory.
66
66
 
 
67
* ``bzr log DIR`` should give changes to any files within DIR.
 
68
 
67
69
* Check all commands have decent help.
68
70
 
69
71
* ``bzr inventory -r REV`` and perhaps unify this with ``bzr ls``,
103
105
 
104
106
* Selective commit of only some files.
105
107
 
106
 
* Faster diff/status.  
107
 
 
108
 
  Status should be handled differently because it needs to report on
109
 
  deleted and unknown files.  diff only needs to deal with versioned
110
 
  files.
111
 
 
112
108
* Merge Aaron's merge code.
113
109
 
114
110
* Merge revert patch.
115
111
 
116
112
* ``bzr mv`` that does either rename or move as in Unix.
117
113
 
118
 
* More efficient diff of only selected files.
 
114
* More efficient diff of only selected files.  We should be able to
 
115
  just get the id for the selected files, look up their location and
 
116
  diff just those files.  No need to traverse the entire inventories.
 
117
 
 
118
* ``bzr status DIR`` or ``bzr diff DIR`` should report on all changes
 
119
  under that directory.
119
120
 
120
121
* Fix up Inventory objects to represent root object as an entry.
121
122