/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/repository.py

  • Committer: Alexander Belchenko
  • Date: 2008-03-12 05:59:01 UTC
  • mfrom: (3266 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3267.
  • Revision ID: bialix@ukr.net-20080312055901-44umxb8uc3zs10fe
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
2119
2119
        except errors.NoSuchFile:
2120
2120
            raise errors.NoRepositoryPresent(a_bzrdir)
2121
2121
        except KeyError:
2122
 
            raise errors.UnknownFormatError(format=format_string)
 
2122
            raise errors.UnknownFormatError(format=format_string,
 
2123
                                            kind='repository')
2123
2124
 
2124
2125
    @classmethod
2125
2126
    def register_format(klass, format):