~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bundle/commands.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-20 13:31:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920133100-kpsomvcnjoxv6n6b
syntax fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
            multiparent = sum(1 for b, m, k, r, f in records if
77
77
                              len(m.get('parents', [])) > 1)
78
78
            self.outf.write(gettext('{0}: {1} ({2} multiparent)\n').format(
79
 
                (kind, len(records), multiparent)))
 
79
                kind, len(records), multiparent))
80
80
        self.outf.write(gettext('unique files: %d\n') % len(file_ids))
81
81
        self.outf.write('\n')
82
82
        nicks = set()