~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to weave.py

  • Committer: Martin Pool
  • Date: 2005-06-28 13:15:00 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mbp@sourcefrog.net-20050628131500-5dd5e5ded9a28410
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
226
226
        isactive = False
227
227
 
228
228
        lineno = 0         # line of weave, 0-based
 
229
 
 
230
        # TODO: Probably only need to put included revisions in the istack
 
231
 
 
232
        # TODO: Could split this into two functions, one that updates
 
233
        # the stack and the other that processes the results -- but
 
234
        # I'm not sure it's really needed.
229
235
        
230
236
        for l in self._l:
231
237
            if isinstance(l, tuple):