aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/mtn2git/mtn2git.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/mtn2git/mtn2git.py b/contrib/mtn2git/mtn2git.py
index 5c39e7450a..5968aac092 100755
--- a/contrib/mtn2git/mtn2git.py
+++ b/contrib/mtn2git/mtn2git.py
@@ -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"""