~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

  • Committer: John Arbash Meinel
  • Date: 2008-07-16 16:54:06 UTC
  • mto: This revision was merged to the branch mainline in revision 3543.
  • Revision ID: john@arbash-meinel.com-20080716165406-3ctahm7c3fafi3qy
Review feedback from Ian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
656
656
                # not in either revision
657
657
                yield 'irrelevant', line
658
658
 
659
 
        # This doesn't seem to be used anymore
660
 
        # yield 'unchanged', ''           # terminator
661
 
 
662
659
    def _extract(self, versions):
663
660
        """Yield annotation of lines in included set.
664
661