233 |
233 |
234 // read the commit logs |
234 // read the commit logs |
235 fm::heatmap heatmap; |
235 fm::heatmap heatmap; |
236 for (auto &&repo : repos.list()) { |
236 for (auto &&repo : repos.list()) { |
237 if (settings.separate) { |
237 if (settings.separate) { |
238 heatmap.set_repo(repo.path); |
238 heatmap.set_repo(repo.name); |
239 } |
239 } |
240 proc.chdir(repo.path); |
240 proc.chdir(repo.path); |
241 if (repo.type == fm::HG) { |
241 if (repo.type == fm::HG) { |
242 proc.setbin(settings.hg); |
242 proc.setbin(settings.hg); |
243 if (proc.exec_log({"log", |
243 if (proc.exec_log({"log", |