HgGitRepository: taking Mercurial repo size into account
Closes #314 Previously only the Git repository was considered. Note that this is cached in the `projects_statistics` table, and can be invalidated by doing ``` project.statistics.refresh! ``` This seems in turn to be triggered by `UpdateProjectStatisticsWorker`, iself called by `ProjectCacheWorker`, from the likes of `PostReceiveWorker` etc. --HG-- branch : heptapod-stable
Please register or sign in to comment