~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Robert Collins
  • Date: 2006-03-06 23:53:02 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060306235302-1707f4a372dc885c
Nicer progress updates during conversion to knits.

Show diffs side-by-side

added added

removed removed

Lines of Context:
915
915
                        new_version_id, new_version_idx)
916
916
 
917
917
            count = count + 1
918
 
            pb.update(self.target.filename, count, len(version_list))
 
918
            pb.update("Joining knit", count, len(version_list))
919
919
 
920
920
            pos, size = self.target._data.add_record(version_id, digest, lines)
921
921
            self.target._index.add_version(version_id, options, pos, size, parents)