~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: 2007-09-06 03:41:24 UTC
  • mfrom: (2794.1.3 knits)
  • Revision ID: pqm@pqm.ubuntu.com-20070906034124-gf4re7orinpud4to
(robertc) Nuke VersionedFile add/get delta support which was never used, and reduce memory copies during commits of unannotated file such as inventory. (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1854
1854
    _fmt = "Diff3 is not installed on this machine."
1855
1855
 
1856
1856
 
 
1857
class ExistingContent(BzrError):
 
1858
    # Added in bzrlib 0.92, used by VersionedFile.add_lines.
 
1859
 
 
1860
    _fmt = "The content being inserted is already present."
 
1861
 
 
1862
 
1857
1863
class ExistingLimbo(BzrError):
1858
1864
 
1859
1865
    _fmt = """This tree contains left-over files from a failed operation.