~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-09-22 05:47:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050922054739-3acf9286f0683a77
- don't make unused files when creating branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
321
321
        for d in ('text-store', 'revision-store',
322
322
                  'weaves'):
323
323
            os.mkdir(self.controlfilename(d))
324
 
        for f in ('revision-history', 'merged-patches',
325
 
                  'pending-merged-patches', 'branch-name',
 
324
        for f in ('revision-history',
 
325
                  'branch-name',
326
326
                  'branch-lock',
327
327
                  'pending-merges'):
328
328
            self.controlfile(f, 'w').write('')