~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/changeset/read_changeset.py

  • Committer: Aaron Bentley
  • Date: 2006-05-19 21:10:04 UTC
  • mto: This revision was merged to the branch mainline in revision 1738.
  • Revision ID: abentley@panoramicfeedback.com-20060519211004-87778c4b483e52cf
Remove debug code

Show diffs side-by-side

added added

removed removed

Lines of Context:
483
483
        #mutter('_read_one_patch: %r' % self._next_line)
484
484
        # Peek and see if there are no patches
485
485
        if self._next_line is None or self._next_line.startswith('#'):
486
 
            print "ret1"
487
486
            return None, [], False
488
487
 
489
488
        first = True