Skip to content

Commit

Permalink
Print refs after fetch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Oct 3, 2012
1 parent 4eb2e50 commit f4b3e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/dulwich
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit f4b3e92

Please sign in to comment.