MCPcopy Create free account
hub / github.com/ActiveState/code / authors

Function authors

recipes/Python/497011_Count_commits/recipe-497011.py:18–20  ·  view source on GitHub ↗

Get the authors who have commited to the repository, one name per commit

(repos)

Source from the content-addressed store, hash-verified

16 return info.url
17
18def authors(repos):
19 "Get the authors who have commited to the repository, one name per commit"
20 return [log["author"] for log in pysvn.Client().log(repos)]
21
22def histogram(seq):
23 result = {}

Callers 1

recipe-497011.pyFile · 0.85

Calls 1

logMethod · 0.45

Tested by

no test coverage detected