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 two pydoctor warnings.

Changeset e154e1fbe097

Parent 12d2aa11be77

by Jelmer Vernooij

Changes to 3 files · Browse files at e154e1fbe097 Showing diff from parent 12d2aa11be77 Diff from another changeset...

 
270
271
272
273
 
274
275
276
 
270
271
272
 
273
274
275
276
@@ -270,7 +270,7 @@
    def pack_loose_objects(self):   """Pack loose objects. - +   :return: Number of objects packed   """   objects = set()
 
66
67
68
69
 
70
71
72
 
66
67
68
 
69
70
71
72
@@ -66,7 +66,7 @@
  """Check if a mode indicates a submodule.     :param m: Mode to check - :return: a `boolean` + :return: a ``boolean``   """   return (stat.S_IFMT(m) == S_IFGITLINK)  
Change 1 of 1 Show Entire File dulwich/​repo.py Stacked
 
920
921
922
923
 
924
925
926
 
920
921
922
 
923
924
925
926
@@ -920,7 +920,7 @@
  def get_refs(self):   """Get dictionary with all refs.   - :return: A `dict` mapping ref names to SHA1s + :return: A ``dict`` mapping ref names to SHA1s   """   return self.refs.as_dict()