~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Made InvalidRevisionId take the revision_id as a parameter, fixed up locations where it was called.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
 
118
118
 
119
119
class InvalidRevisionId(BzrNewError):
120
 
    """Invalid revision-id"""
 
120
    """Invalid revision-id %(revision_id)s"""
121
121
 
122
122
 
123
123
class BzrCommandError(BzrError):