~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Robert Collins
  • Date: 2005-10-08 00:39:04 UTC
  • mfrom: (1185.1.52)
  • Revision ID: robertc@robertcollins.net-20051008003904-aaffaea2778efe3e
merge in martins reweave, integrated to fetch, and a bugfix for commit and upgrade with executable files

Show diffs side-by-side

added added

removed removed

Lines of Context:
197
197
        BzrError.__init__(self, "Stores for branch %s are not listable" % br)
198
198
 
199
199
 
200
 
from bzrlib.weave import WeaveError
 
200
from bzrlib.weave import WeaveError, WeaveParentMismatch
201
201
 
202
202
class TransportError(BzrError):
203
203
    """All errors thrown by Transport implementations should derive