~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2005-10-19 10:11:57 UTC
  • mfrom: (1185.16.78)
  • mto: This revision was merged to the branch mainline in revision 1470.
  • Revision ID: robertc@robertcollins.net-20051019101157-17438d311e746b4f
mergeĀ fromĀ upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    If a revision argument is given, the status is calculated against
71
71
    that revision, or between two revisions if two are provided.
72
72
    """
 
73
    
73
74
    # XXX: FIXME: bzr status should accept a -r option to show changes
74
75
    # relative to a revision, or between revisions
75
76
 
 
77
    # TODO: --no-recurse, --recurse options
 
78
    
76
79
    takes_args = ['file*']
77
80
    takes_options = ['all', 'show-ids']
78
81
    aliases = ['st', 'stat']