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

  • Committer: Andrew Bennetts
  • Date: 2008-01-14 22:45:15 UTC
  • mfrom: (3179 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3180.
  • Revision ID: andrew.bennetts@canonical.com-20080114224515-izp51fxci3hhopap
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
736
736
        :seealso: get_data_stream
737
737
        """
738
738
        if format != self.get_format_signature():
739
 
            trace.mutter('incompatible format signature inserting to %r', self)
 
739
            if 'knit' in debug.debug_flags:
 
740
                trace.mutter(
 
741
                    'incompatible format signature inserting to %r', self)
740
742
            source = self._knit_from_datastream(
741
743
                (format, data_list, reader_callable))
742
744
            self.join(source)