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

Print refs after fetch.

Changeset 496696c65289

Parent a3130fa7fe23

by Jelmer Vernooij

Changes to one file · Browse files at 496696c65289 Showing diff from parent a3130fa7fe23 Diff from another changeset...

Change 1 of 1 Show Entire File bin/​dulwich Stacked
 
65
66
67
 
 
 
68
69
70
 
65
66
67
68
69
70
71
72
73
@@ -65,6 +65,9 @@
  if "--all" in opts:   determine_wants = r.object_store.determine_wants_all   refs = client.fetch(path, r, progress=sys.stdout.write) + print "Remote refs:" + for item in refs.iteritems(): + print "%s -> %s" % item      def cmd_log(args):