~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Aaron Bentley
  • Date: 2008-12-12 04:49:02 UTC
  • mto: This revision was merged to the branch mainline in revision 3926.
  • Revision ID: aaron@aaronbentley.com-20081212044902-sua9um7pvz8uhug6
Stop determining branch format in pull.

Show diffs side-by-side

added added

removed removed

Lines of Context:
801
801
 
802
802
            result.report(self.outf)
803
803
            if verbose and result.old_revid != result.new_revid:
804
 
                log_format = branch_to.get_config().log_format()
805
804
                log.show_branch_change(branch_to, self.outf, result.old_revno,
806
805
                                       result.old_revid)
807
806
        finally: