~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Robert Collins
  • Date: 2007-10-30 17:39:11 UTC
  • mto: (2592.6.13 repository)
  • mto: This revision was merged to the branch mainline in revision 2950.
  • Revision ID: robertc@robertcollins.net-20071030173911-ams9jk9pw8uein0j
* Fetch with pack repositories will no longer read the entire history graph.
  (Robert Collins, #88319)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1252
1252
 
1253
1253
class WeaveParentMismatch(WeaveError):
1254
1254
 
1255
 
    _fmt = "Parents are mismatched between two revisions."
 
1255
    _fmt = "Parents are mismatched between two revisions. %(message)s"
1256
1256
    
1257
1257
 
1258
1258
class WeaveInvalidChecksum(WeaveError):