~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: mbp at sourcefrog
  • Date: 2005-03-09 06:48:20 UTC
  • Revision ID: mbp@sourcefrog.net-20050309064820-6e25df28956afa3c
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
616
616
        """Write out human-readable log of commits to this branch
617
617
 
618
618
        :param utc: If true, show dates in universal time, not local time."""
 
619
        ## TODO: Option to choose either original, utc or local timezone
619
620
        revno = 1
620
621
        precursor = None
621
622
        for p in self.revision_history():