/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: Robert Collins
  • Date: 2007-09-06 01:46:00 UTC
  • mto: (2801.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2801.
  • Revision ID: robertc@robertcollins.net-20070906014600-zsqflovlwhc52gpv
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1855
1855
 
1856
1856
 
1857
1857
class ExistingContent(BzrError):
1858
 
    """Added in bzrlib 0.92, used by VersionedFile.add_lines."""
 
1858
    # Added in bzrlib 0.92, used by VersionedFile.add_lines.
1859
1859
 
1860
1860
    _fmt = "The content being inserted is already present."
1861
1861