~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Martin Pool
  • Date: 2005-07-29 22:26:03 UTC
  • Revision ID: mbp@sourcefrog.net-20050729222603-216fc352942850b9
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
305
305
            for l in rev.message.split('\n'):
306
306
                print >>to_file,  '      ' + l
307
307
 
 
308
        # TODO: Why not show the modified files in a shorter form as
 
309
        # well? rewrap them single lines of appropriate length
308
310
        if delta != None:
309
311
            delta.show(to_file, self.show_ids)
310
312
        print