~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

fixme note for bzr status

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    files or directories is reported.  If a directory is given, status
64
64
    is reported for everything inside that directory.
65
65
    """
 
66
    # XXX: FIXME: bzr status should accept a -r option to show changes
 
67
    # relative to a revision, or between revisions
66
68
 
67
69
    takes_args = ['file*']
68
70
    takes_options = ['all', 'show-ids']