2
0
Эх сурвалжийг харах

Cope with the fact that Index.__iter__ now returns paths rather than 12-tuples.

Jelmer Vernooij 16 жил өмнө
parent
commit
5d2d117ac6
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      bin/dulwich

+ 1 - 1
bin/dulwich

@@ -118,7 +118,7 @@ def cmd_dump_index(args):
 	idx = Index(filename)
 	idx = Index(filename)
 
 
 	for o in idx:
 	for o in idx:
-		print o[0]
+		print o, idx[o]
 
 
 
 
 def cmd_init(args):
 def cmd_init(args):