/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: Canonical.com Patch Queue Manager
  • Date: 2007-10-03 07:01:15 UTC
  • mfrom: (2871.1.4 commit-builder)
  • Revision ID: pqm@pqm.ubuntu.com-20071003070115-95pox4ok1e47a7v0
(robertc) Have CommitBuilder.record_entry_contents return inventory delta information. (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
260
260
        self.revision_id = revision_id
261
261
 
262
262
 
 
263
class RootMissing(InternalBzrError):
 
264
 
 
265
    _fmt = ("The root entry of a tree must be the first entry supplied to "
 
266
        "record_entry_contents.")
 
267
 
 
268
 
263
269
class NoHelpTopic(BzrError):
264
270
 
265
271
    _fmt = ("No help could be found for '%(topic)s'. "