~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: John Arbash Meinel
  • Date: 2005-07-18 15:44:50 UTC
  • mto: (1185.11.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050718154450-419f2737bb4aaddd
Was looking in the wrong place for a control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
        from bzrlib.xml import pack_xml
318
318
        from cStringIO import StringIO
319
319
        
320
 
        self._transport.mkdir(self.controlfilename([]))
 
320
        self._transport.mkdir(self._rel_controlfilename([]))
321
321
        self._transport.put(self._rel_controlfilename('README'),
322
322
            "This is a Bazaar-NG control directory.\n"
323
323
            "Do not change any files in this directory.\n")