/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/builtins.py

  • Committer: John Arbash Meinel
  • Date: 2008-12-10 00:10:00 UTC
  • mfrom: (3885 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3889.
  • Revision ID: john@arbash-meinel.com-20081210001000-xsgsn2kt5ce6dfl2
Merge bzr.dev, resolve NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
798
798
                    result.old_revid))
799
799
                old_rh.reverse()
800
800
                new_rh = branch_to.revision_history()
 
801
                log_format = branch_to.get_config().log_format()
801
802
                log.show_changed_revisions(branch_to, old_rh, new_rh,
802
 
                                           to_file=self.outf)
 
803
                                           to_file=self.outf,
 
804
                                           log_format=log_format)
803
805
        finally:
804
806
            branch_to.unlock()
805
807