~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

Niced up the documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                revision=None):
36
36
    """Display summary of changes.
37
37
 
 
38
    Please use show_tree_status instead.
 
39
 
38
40
    By default this compares the working tree to a previous revision. 
39
41
    If the revision argument is given, summarizes changes between the 
40
42
    working tree and another, or between two revisions.
65
67
    show_tree_status(branch.bzrdir.open_workingtree(), show_unchanged, 
66
68
                     specific_files, show_ids, to_file, show_pending, revision)
67
69
 
 
70
 
68
71
def show_tree_status(wt, show_unchanged=False,
69
72
                     specific_files=None,
70
73
                     show_ids=False,