Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master-1, master-0, and 0.9.4

Fix docstring for ObjectStore.tree_changes.

Changeset 03be5330e18a

Parent 455b407e9431

by Jelmer Vernooij

Changes to one file · Browse files at 03be5330e18a Showing diff from parent 455b407e9431 Diff from another changeset...

 
132
133
134
135
136
 
 
137
138
139
 
132
133
134
 
 
135
136
137
138
139
@@ -132,8 +132,8 @@
  def tree_changes(self, source, target, want_unchanged=False):   """Find the differences between the contents of two trees   - :param object_store: Object store to use for retrieving tree contents - :param tree: SHA1 of the root tree + :param source: SHA1 of the source tree + :param target: SHA1 of the target tree   :param want_unchanged: Whether unchanged files should be reported   :return: Iterator over tuples with   (oldpath, newpath), (oldmode, newmode), (oldsha, newsha)