LOC of different version control systems
Giorgos Keramidas
keramida at ceid.upatras.gr
Fri Nov 28 19:31:22 UTC 2008
On Fri, 28 Nov 2008 13:06:27 -0500, "Gabor Grothendieck" <ggrothendieck at gmail.com> wrote:
> According to:
>
> http://www.ohloh.net/projects/compare?metric=Codebase&project_0=Mercurial&project_1=Git&project_2=Bazaar+Version+Control
>
> Git, Bazaar and Mercurial have 350k, 150k and 50k lines of souce
> code respectively.
>
> Initially I made the above comparison between just Git and Mercurial
> and figured it might be accounted for by the fact that Git is in C and
> Mercurial is in Python but then I added Bazaar and it is also written
> in Python.
I think they counted the hgext/ directory too, so their measurement
includes the officially supported extensions:
$ pwd
/hg/mercurial/gker
$ find mercurial hgext -type f | xargs wc -l | fgrep total
44286 total
$
More information about the Mercurial
mailing list