~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:03:38 UTC
  • mto: (1185.1.51)
  • mto: This revision was merged to the branch mainline in revision 1422.
  • Revision ID: robertc@robertcollins.net-20051008000338-91e577a411df6c37
make reweave visible as a weave method, and quickly integrate into fetch

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
        BzrError.__init__(self, "Stores for branch %s are not listable" % br)
186
186
 
187
187
 
188
 
from bzrlib.weave import WeaveError
 
188
from bzrlib.weave import WeaveError, WeaveParentMismatch
189
189
 
190
190
class TransportError(BzrError):
191
191
    """All errors thrown by Transport implementations should derive