~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-05-11 08:01:27 UTC
  • Revision ID: mbp@sourcefrog.net-20050511080127-4829697fc2ac64f1
- put back support for running diff or status on 
  only selected files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
* Selective commit of only some files.
105
105
 
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
106
* Merge Aaron's merge code.
113
107
 
114
108
* Merge revert patch.
115
109
 
116
110
* ``bzr mv`` that does either rename or move as in Unix.
117
111
 
118
 
* More efficient diff of only selected files.
 
112
* More efficient diff of only selected files.  We should be able to
 
113
  just get the id for the selected files, look up their location and
 
114
  diff just those files.  No need to traverse the entire inventories.
119
115
 
120
116
* Fix up Inventory objects to represent root object as an entry.
121
117