~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/status.py

  • Committer: Arnaud Jeansen
  • Date: 2010-03-19 23:30:42 UTC
  • mto: This revision was merged to the branch mainline in revision 5126.
  • Revision ID: arnaud.jeansen@gmail.com-20100319233042-o8sjknf212u8spyb
Add a unified report_delta method

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                     short=False,
68
68
                     verbose=False,
69
69
                     versioned=False,
70
 
                     show_long_callback=_mod_delta.report_long):
 
70
                     show_long_callback=_mod_delta.report_delta):
71
71
    """Display summary of changes.
72
72
 
73
73
    By default this compares the working tree to a previous revision.