~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Martin Pool
  • Date: 2005-08-01 20:10:24 UTC
  • Revision ID: mbp@sourcefrog.net-20050801201024-51c865a893c759fa
- some cleanup of log code to have less special cases

- still some trouble caused by need for EmptyTree to have a root id

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
* ``bzr status DIR`` should give status on all files under that
80
80
  directory.
81
81
 
82
 
* ``bzr log DIR`` should give changes to any files within DIR.
 
82
* ``bzr log DIR`` should give changes to any files within DIR; at the
 
83
  moment it only lists things which modify the specific named file
 
84
  (and not its contents)
83
85
 
84
86
* ``bzr inventory -r REV`` and perhaps unify this with ``bzr ls``,
85
87
  giving options to display ids, types, etc.