Repository Statistics
Latest version of the repository: 619, 10/26/11
Number of Checkins per Day
The following figure shows the number of checkins per day since the repository came online.
Number of Files on Main Branch
The following figure shows the total file count of the default branch accross all commits to default. Note that I played a visualization trick with the y axis. The lowest file count value is 1800.
Generator Code
- I retrieved information about the revisions via hg log
- I implemented a numpy/matplotlib script to process the log and plot the checkin data
- The file counting was done by checking out all versions of the repository and applying some bash magic
- Again, this data was plotted using matplotlib mayhemStatsFileCount.py
This process could be automated even more to get weekly stats for our project.