~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Merge With main tree, move the NEWS entry to the good place.

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
 
237
237
 
238
238
class NoRepositoryPresent(BzrNewError):
239
 
    """Not repository present: %(path)r"""
 
239
    """No repository present: %(path)r"""
240
240
    def __init__(self, bzrdir):
241
241
        BzrNewError.__init__(self)
242
242
        self.path = bzrdir.transport.clone('..').base