~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to weave.py

  • Committer: Martin Pool
  • Date: 2005-06-30 10:03:13 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050630100313-b032ce6b905ce4ee
Remove dead code

Show diffs side-by-side

added added

removed removed

Lines of Context:
419
419
        If line1=line2, this is a pure insert; if newlines=[] this is a
420
420
        pure delete.  (Similar to difflib.)
421
421
        """
422
 
 
423
 
        ## self._check_versions(included)
424
 
 
425
 
        ##from pprint import pprint
426
 
 
427
 
        # first get basis for comparison
428
 
        # basis holds (lineno, origin, line)
429
 
        basis = []
430
 
 
431
 
        ##print 'my lines:'
432
 
        ##pprint(self._l)
433
 
 
434
422
        # basis a list of (origin, lineno, line)
435
423
        basis_lineno = []
436
424
        basis_lines = []