~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: John Arbash Meinel
  • Date: 2006-08-31 17:25:22 UTC
  • mfrom: (1948.3.11 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 1978.
  • Revision ID: john@arbash-meinel.com-20060831172522-125e48c70371ad27
[merge] Vincent Ladeuil: Update http transport to 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):