~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Jelmer Vernooij
  • Date: 2005-11-08 00:53:05 UTC
  • mto: (1185.33.3)
  • mto: This revision was merged to the branch mainline in revision 1509.
  • Revision ID: jelmer@samba.org-20051108005305-b26c6faafa3d8955
Support -r option to bzr status. The backend code already handled 
status differences between revisions, it just wasn't exposed to the user yet.
Add more extended blackbox test for 'bzr status'

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
 
194
194
* BZRDIR should be in branch.py not __init__.py.
195
195
 
196
 
* ``status `` should accept a -r option to show changes relative to a revision,
197
 
  or between revisions
198
 
 
199
196
Medium things
200
197
-------------
201
198