[Pkg-bazaar-commits] ./bzr-rebase/unstable r47: Merge syntax error fix.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 12:28:35 UTC 2009


------------------------------------------------------------
revno: 47
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: debian
timestamp: Thu 2008-10-09 18:35:03 +0200
message:
  Merge syntax error fix.
modified:
  debian/changelog
  maptree.py
    ------------------------------------------------------------
    revno: 24.1.83
    committer: Jelmer Vernooij <jelmer at samba.org>
    branch nick: trunk
    timestamp: Thu 2008-10-09 18:32:54 +0200
    message:
      Fix syntax error.
    modified:
      maptree.py
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-10-09 16:27:32 +0000
+++ b/debian/changelog	2008-10-09 16:35:03 +0000
@@ -1,4 +1,4 @@
-bzr-rebase (0.4.1+bzr106-1) experimental; urgency=low
+bzr-rebase (0.4.1+bzr107-1) experimental; urgency=low
 
   * Package upstream snapshot that includes fix for compatibility with bzr 1.8.
 

=== 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:



More information about the Pkg-bazaar-commits mailing list