trac-hacks / tracstats

Project and source code statistics plugin for Trac.
http://trac-hacks.org/wiki/TracStatsPlugin
Other
20 stars 13 forks source link

Add mercurial support #13

Closed chmullig closed 7 months ago

chmullig commented 14 years ago

Mercurial doesn't use the node change/revisions tables. It does its own thing. We store almost all our code in a couple dozen hg repositories, and would love to have them included. Git would be nice, too, but we don't use it yet.

mrjbq7 commented 14 years ago

Do you use the multiple repository support in Trac?

chmullig commented 14 years ago

We do, yes. 0.12

mrjbq7 commented 14 years ago

How do you think the UI should work for multiple repositories? Would you like aggregated statistics? Or a "front page" that lets you choose which repository to view statistics for?

Since I haven't used multiple repositories yet, I'm not sure how they've done it for their "Browse Source" and other parts of Trac...

chmullig commented 14 years ago

Hmm, I think an aggregate with drilldown to a specific repository. By default, probably aggregate. I'll try to find an public example of a multirepo + hg layout for you to take a look at.

stoecker commented 7 months ago

Mercurial is essentially dead. I'll accept patches, but otherwise consider this a NOFIX.