~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

(vila) Make it clearer that 'bzr st' can be used to determine which files
 changed in a particular revision (John C Barstow)

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
    To skip the display of pending merge information altogether, use
253
253
    the no-pending option or specify a file/directory.
254
254
 
255
 
    If a revision argument is given, the status is calculated against
256
 
    that revision, or between two revisions if two are provided.
 
255
    To compare the working directory to a specific revision, pass a
 
256
    single revision to the revision argument.
 
257
 
 
258
    To see which files have changed in a specific revision, or between
 
259
    two revisions, pass a revision range to the revision argument.
 
260
    This will produce the same results as calling 'bzr diff --summarize'.
257
261
    """
258
262
 
259
263
    # TODO: --no-recurse, --recurse options