~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-26 21:33:20 UTC
  • mfrom: (3015.2.15 pack.read-locks)
  • Revision ID: pqm@pqm.ubuntu.com-20071126213320-adxxra3gsie5inhw
(robertc) Many fixes to support packs on the smart server and as the
        default format. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1717
1717
        return RepositoryFormat.get_default_format()
1718
1718
 
1719
1719
    def __set_repository_format(self, value):
1720
 
        """Allow changint the repository format for metadir formats."""
 
1720
        """Allow changing the repository format for metadir formats."""
1721
1721
        self._repository_format = value
1722
1722
 
1723
1723
    repository_format = property(__return_repository_format, __set_repository_format)