~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-20 15:12:32 UTC
  • mfrom: (5883.1.3 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20110520151232-ktqtldpnygirg6zk
(jelmer) Some minor interface definition fixes. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
304
304
class RootMissing(InternalBzrError):
305
305
 
306
306
    _fmt = ("The root entry of a tree must be the first entry supplied to "
307
 
        "record_entry_contents.")
 
307
        "the commit builder.")
308
308
 
309
309
 
310
310
class NoPublicBranch(BzrError):