/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: John Arbash Meinel
  • Date: 2006-05-10 19:59:55 UTC
  • mfrom: (1704 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: john@arbash-meinel.com-20060510195955-df080afb1daa3a96
[merge] bzr.dev 1704

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
 
241
241
 
242
242
class NoRepositoryPresent(BzrNewError):
243
 
    """Not repository present: %(path)r"""
 
243
    """No repository present: %(path)r"""
244
244
    def __init__(self, bzrdir):
245
245
        BzrNewError.__init__(self)
246
246
        self.path = bzrdir.transport.clone('..').base