~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/weave.py

  • Committer: Martin Pool
  • Date: 2005-07-11 03:45:37 UTC
  • Revision ID: mbp@sourcefrog.net-20050711034537-a061e32f36b1d174
- fix refactoring breakage

Show diffs side-by-side

added added

removed removed

Lines of Context:
331
331
            else:
332
332
                assert isinstance(l, basestring)
333
333
                if isactive:
334
 
                    yield origin, lineno, l
 
334
                    yield istack[-1], lineno, l
335
335
            lineno += 1
336
336
 
337
337
        if istack: