~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-06-20 03:50:35 UTC
  • mfrom: (1740.5.9 bzr.mbp.traceback)
  • Revision ID: pqm@pqm.ubuntu.com-20060620035035-a9a7dc096fed5060
(mbp) show traceback on stderr on unexpected errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
963
963
        except errors.NoSuchFile:
964
964
            raise errors.NoRepositoryPresent(a_bzrdir)
965
965
        except KeyError:
966
 
            raise errors.UnknownFormatError(format_string)
 
966
            raise errors.UnknownFormatError(format=format_string)
967
967
 
968
968
    def _get_control_store(self, repo_transport, control_files):
969
969
        """Return the control store for this repository."""