Explorar o código

Add note about using dulwich.diff_tree.

Jelmer Vernooij %!s(int64=11) %!d(string=hai) anos
pai
achega
3334544681
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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': [],