~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-31 17:34:44 UTC
  • mfrom: (1711.9.13 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060831173444-37bf2e287f47beab
(vila) allow writable http

Show diffs side-by-side

added added

removed removed

Lines of Context:
1248
1248
                        "use bzrlib.urlutils.escape")
1249
1249
                    
1250
1250
            url = urlutils.relative_url(self.base, url)
1251
 
            self.control_files.put('parent', url + '\n')
 
1251
            self.control_files.put('parent', StringIO(url + '\n'))
1252
1252
 
1253
1253
    @deprecated_function(zero_nine)
1254
1254
    def tree_config(self):