/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Jelmer Vernooij
  • Date: 2011-11-22 11:20:10 UTC
  • mto: This revision was merged to the branch mainline in revision 6283.
  • Revision ID: jelmer@samba.org-20111122112010-rpk2hab1ju7lld5w
s/set_config_file/put_config_file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2661
2661
        path = self.branch._remote_path()
2662
2662
        try:
2663
2663
            response = self.branch._call_with_body_bytes(
2664
 
                'Branch.set_config_file', (path,
 
2664
                'Branch.put_config_file', (path,
2665
2665
                    self.branch._lock_token, self.branch._repo_lock_token),
2666
2666
                content)
2667
2667
        except errors.UnknownSmartMethod: