Rev 1589: Fix name and arguments of put_file. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Thu Aug 21 23:40:16 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1589
revision-id: jelmer at samba.org-20080821224014-mqdt27ruhp90eszk
parent: jelmer at samba.org-20080821215625-6dtl5eegit9d9h0t
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2008-08-22 00:40:14 +0200
message:
  Fix name and arguments of put_file.
modified:
  transport.py                   transport.py-20060406231150-b3472d06b3a0818d
=== modified file 'transport.py'
--- a/transport.py	2008-08-21 21:56:25 +0000
+++ b/transport.py	2008-08-21 22:40:14 +0000
@@ -219,8 +219,8 @@
         """See Transport.stat()."""
         raise TransportNotPossible('stat not supported on Subversion')
 
-    def put(self, name, file):
-        raise TransportNotPossible("put file not supported on Subversion")
+    def put_file(self, name, file, mode=0):
+        raise TransportNotPossible("put_file not supported on Subversion")
 
     def get_uuid(self):
         if self._uuid is None:




More information about the bazaar-commits mailing list