~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1000
1000
                          new_revision=new_revision)
1001
1001
 
1002
1002
 
 
1003
class RangeInChangeOption(BzrError):
 
1004
 
 
1005
    _fmt = "Option --change does not accept revision ranges"
 
1006
 
 
1007
 
1003
1008
class NoSuchRevisionSpec(BzrError):
1004
1009
 
1005
1010
    _fmt = "No namespace registered for string: %(spec)r"