Kiln » Dependencies » Dulwich Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

Mention invalid name repr in exception.

Changeset 9ce81d98a733

Parent 7b1ae08c5fb7

by Jelmer Vernooij

Changes to one file · Browse files at 9ce81d98a733 Showing diff from parent 7b1ae08c5fb7 Diff from another changeset...

 
338
339
340
341
 
342
343
344
 
338
339
340
 
341
342
343
344
@@ -338,7 +338,7 @@
  sha = name   hexsha = None   else: - raise AssertionError + raise AssertionError("Invalid object name %r" % name)   for pack in self.packs:   try:   return pack.get_raw(sha)