/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Andrew Bennetts
  • Date: 2009-02-17 03:32:35 UTC
  • mto: This revision was merged to the branch mainline in revision 4027.
  • Revision ID: andrew.bennetts@canonical.com-20090217033235-wtyd3u62xhxuwixy
Rename UnresumableWriteGroups to UnresumableWriteGroup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2955
2955
        BzrError.__init__(self, format=format, url=url)
2956
2956
 
2957
2957
 
2958
 
class UnresumableWriteGroups(BzrError):
 
2958
class UnresumableWriteGroup(BzrError):
2959
2959
    
2960
 
    _fmt = ("Repository %(repository)s cannot resume write group(s) "
 
2960
    _fmt = ("Repository %(repository)s cannot resume write group "
2961
2961
            "%(write_groups)r: %(reason)s")
2962
2962
 
2963
2963
    internal_error = True