~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-13 06:21:42 UTC
  • mfrom: (4110.2.26 progress)
  • Revision ID: pqm@pqm.ubuntu.com-20090313062142-ndr3o27uwgysx9dv
(mbp) fetch progress bars, code cleanups, and debug-flags topic

Show diffs side-by-side

added added

removed removed

Lines of Context:
1662
1662
         * If a requested key did not change any lines (or didn't have any
1663
1663
           lines), it may not be mentioned at all in the result.
1664
1664
 
 
1665
        :param pb: Progress bar supplied by caller.
1665
1666
        :return: An iterator over (line, key).
1666
1667
        """
1667
1668
        if pb is None: