~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.py

  • Committer: John Arbash Meinel
  • Date: 2006-05-19 00:43:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1724.
  • Revision ID: john@arbash-meinel.com-20060519004331-1b2deceda25895c3
reverting 1734

Show diffs side-by-side

added added

removed removed

Lines of Context:
1308
1308
                       repository.
1309
1309
        """
1310
1310
        mutter('creating repository in %s.', a_bzrdir.transport.base)
1311
 
        dirs = ['knits']
 
1311
        dirs = ['revision-store', 'knits']
1312
1312
        files = []
1313
1313
        utf8_files = [('format', self.get_format_string())]
1314
1314