~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Martin Pool
  • Date: 2006-03-09 02:01:51 UTC
  • mto: This revision was merged to the branch mainline in revision 1602.
  • Revision ID: mbp@sourcefrog.net-20060309020151-4035fc90446822e8
Clean up test for Branch5 lockdirs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1135
1135
    def __set_repository_format(self, value):
1136
1136
        """Allow changint the repository format for metadir formats."""
1137
1137
        self._repository_format = value
 
1138
 
1138
1139
    repository_format = property(__return_repository_format, __set_repository_format)
1139
1140
 
1140
1141