~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Andrew Bennetts
  • Date: 2007-03-30 01:46:31 UTC
  • mto: (2018.18.6 hpss-faster-copy)
  • mto: This revision was merged to the branch mainline in revision 2435.
  • Revision ID: andrew.bennetts@canonical.com-20070330014631-a3xragco77jx67pv
Fix the TooManyConcurrentRequests error message.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1228
1228
 
1229
1229
    _fmt = ("The medium '%(medium)s' has reached its concurrent request limit."
1230
1230
            " Be sure to finish_writing and finish_reading on the"
1231
 
            " current open request.")
 
1231
            " currently open request.")
1232
1232
 
1233
1233
    internal_error = True
1234
1234