[oe-commits] org.oe.dev contrib/mtn2git/mtn2git.py: Return the tree if it is was not in the cache!

freyther commit openembedded-commits at lists.openembedded.org
Tue Jan 8 10:09:15 UTC 2008


contrib/mtn2git/mtn2git.py: Return the tree if it is was not in the cache!

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 69097ed8cfb4d45d1af074988bd35e6bffa8f18a
ViewMTN: http://monotone.openembedded.org/revision/info/69097ed8cfb4d45d1af074988bd35e6bffa8f18a
Files:
1
contrib/mtn2git/mtn2git.py
Diffs:

#
# mt diff -r21616252251b32f34727208a44c2b0f66dbe7a73 -r69097ed8cfb4d45d1af074988bd35e6bffa8f18a
#
# 
# 
# patch "contrib/mtn2git/mtn2git.py"
#  from [1dc47dab2559790034012f5f42eccdb5978bf054]
#    to [b881439b4b40fb38c5b362da29b30409f012dff4]
# 
============================================================
--- contrib/mtn2git/mtn2git.py	1dc47dab2559790034012f5f42eccdb5978bf054
+++ contrib/mtn2git/mtn2git.py	b881439b4b40fb38c5b362da29b30409f012dff4
@@ -156,6 +156,8 @@ def get_and_cache_tree(ops, revision):
         old_name = cached_fifo[0]
         cached_fifo = cached_fifo[1:]
         del cached_tree[old_name]
+
+    return tree
     
 def diff_manifest(old_tree, new_tree):
     """Find additions, modifications and deletions"""






More information about the Openembedded-commits mailing list