/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Arnaud Jeansen
  • Date: 2010-03-19 23:58:06 UTC
  • mto: This revision was merged to the branch mainline in revision 5126.
  • Revision ID: arnaud.jeansen@gmail.com-20100319235806-n0owdq874qsrb12u
Go back to unified report_delta method (i.e. former TreeDelta.show())

Show diffs side-by-side

added added

removed removed

Lines of Context:
1591
1591
        if revision.delta is not None:
1592
1592
            # Use the standard status output to display changes
1593
1593
            from bzrlib.delta import report_delta
1594
 
            report_delta(to_file, revision.delta, short_status=True, 
 
1594
            report_delta(to_file, revision.delta, 
 
1595
                         short_status=self.delta_format==1, 
1595
1596
                         show_ids=self.show_ids, indent=indent + offset)
1596
1597
        if revision.diff is not None:
1597
1598
            self.show_diff(self.to_exact_file, revision.diff, '      ')