~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/log.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-09-02 00:50:36 UTC
  • mfrom: (3660.1.1 log)
  • Revision ID: pqm@pqm.ubuntu.com-20080902005036-bbqbkssiec08fd3h
(robertc) Unbreak log --limit (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
            if limit:
231
231
                log_count += 1
232
232
                if log_count >= limit:
233
 
                    break
 
233
                    return
234
234
 
235
235
 
236
236
def calculate_view_revisions(branch, start_revision, end_revision, direction,