Explorar o código

Print refs after fetch.

Jelmer Vernooij %!s(int64=12) %!d(string=hai) anos
pai
achega
f4b3e92c27
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      bin/dulwich

+ 3 - 0
bin/dulwich

@@ -65,6 +65,9 @@ def cmd_fetch(args):
     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):