瀏覽代碼

Add note about using dulwich.diff_tree.

Jelmer Vernooij 11 年之前
父節點
當前提交
3334544681
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dulwich/porcelain.py

+ 1 - 0
dulwich/porcelain.py

@@ -538,6 +538,7 @@ def get_tree_changes(repo):
 
     # Compares the Index to the HEAD & determines changes
     # Iterate through the changes and report add/delete/modify
+    # TODO: call out to dulwich.diff_tree somehow.
     tracked_changes = {
         'add': [],
         'delete': [],