46
46
"""Display summary of changes.
48
By default this compares the working tree to a previous revision.
49
If the revision argument is given, summarizes changes between the
48
By default this compares the working tree to a previous revision.
49
If the revision argument is given, summarizes changes between the
50
50
working tree and another, or between two revisions.
52
The result is written out as Unicode and to_file should be able
52
The result is written out as Unicode and to_file should be able
55
55
If showing the status of a working tree, extra information is included
56
56
about unknown files, conflicts, and pending merges.
58
:param show_unchanged: Deprecated parameter. If set, includes unchanged
58
:param show_unchanged: Deprecated parameter. If set, includes unchanged
60
60
:param specific_files: If set, a list of filenames whose status should be
61
shown. It is an error to give a filename that is not in the working
61
shown. It is an error to give a filename that is not in the working
62
62
tree, or in the working inventory or in the basis inventory.
63
63
:param show_ids: If set, includes each file's id.
64
64
:param to_file: If set, write to this file (default stdout.)