~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Martin Pool
  • Date: 2005-09-19 08:02:41 UTC
  • Revision ID: mbp@sourcefrog.net-20050919080241-d9460223db8f7d90
- rename to Revision.parent_ids to avoid confusion with old usage
  where Revision.parents held objects rather than strings\t

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
        if self.show_ids:
311
311
            print >>to_file,  'revision-id:', rev.revision_id
312
312
 
313
 
            for parent_id in rev.parents:
 
313
            for parent_id in rev.parent_ids:
314
314
                print >>to_file, 'parent:', parent_id
315
315
            
316
316
        print >>to_file,  'committer:', rev.committer