~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-29 14:45:56 UTC
  • mfrom: (1711.2.102 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060729144556-473b3c46dfa061a7
(jam) clean up some unnecessary mutter() calls

Show diffs side-by-side

added added

removed removed

Lines of Context:
2083
2083
        :param text_sha1: Optional SHA1 of the file contents.
2084
2084
        :param text_size: Optional size of the file contents.
2085
2085
        """
2086
 
        mutter('storing text of file {%s} in revision {%s} into %r',
2087
 
               file_id, self._new_revision_id, self.repository.weave_store)
 
2086
        # mutter('storing text of file {%s} in revision {%s} into %r',
 
2087
        #        file_id, self._new_revision_id, self.repository.weave_store)
2088
2088
        # special case to avoid diffing on renames or 
2089
2089
        # reparenting
2090
2090
        if (len(file_parents) == 1