소스 검색

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': [],