~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Martin Pool
  • Date: 2006-06-20 04:45:30 UTC
  • mto: This revision was merged to the branch mainline in revision 1798.
  • Revision ID: mbp@sourcefrog.net-20060620044530-6e8a6f4b6f3bc525
Cleanup of imports; undeprecate all_revision_ids()

Thanks to John for review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
337
337
    """Cannot operate on %(filename)s of unsupported kind %(kind)s"""
338
338
 
339
339
 
340
 
class ForbiddenFileError(BzrNewError):
 
340
class ForbiddenControlFileError(BzrNewError):
341
341
    """Cannot operate on %(filename)s because it is a control file"""
342
342
 
343
343