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

Add missing docstring.

Changeset ea7037dc1475

Parent dfcae2a18e16

committed by Jelmer Vernooij

authored by Jelmer Vernooij

Changes to one file · Browse files at ea7037dc1475 Showing diff from parent dfcae2a18e16 Diff from another changeset...

Change 1 of 1 Show Entire File dulwich/​walk.py Stacked
 
346
347
348
 
349
350
351
 
346
347
348
349
350
351
352
@@ -346,6 +346,7 @@
  order, e.g. in commit time order.     :param entries: An iterable of WalkEntry objects. + :param get_parents: Optional function for getting the parents of a commit.   :return: iterator over WalkEntry objects from entries in FIFO order, except   where a parent would be yielded before any of its children.   """