At file:///data/jelmer/bzr-rebase/trunk/

------------------------------------------------------------
revno: 107
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
branch nick: trunk
timestamp: Thu 2008-10-09 18:32:54 +0200
message:
  Fix syntax error.
modified:
  maptree.py                     maptree.py-20070709163407-quin1nc7pd9bp2mo-1
=== modified file 'maptree.py'
--- a/maptree.py        2008-10-09 16:25:33 +0000
+++ b/maptree.py        2008-10-09 16:32:54 +0000
@@ -118,7 +118,7 @@
 
     def get_file_with_stat(self, file_id, path=None):
         return self.oldtree.get_file_with_stat(file_id=self.old_id(file_id),
-                                               path)
+                                               path=path)
 
     def get_file(self, file_id, path=None):
         if path is None:


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to