Both git and mercurial (and darcs for that matter) are huge improvements over centralized SCMs like SVN. You could argue for days which one to use, and won't get any conclusive results.

I happen to prefer git, and I know a lot of other Perl people do. It wasn't much of a conscious decision, i just contributed to a few projects that used git, and thus learned it and eventually liked it. Later I learned a bit of hg too, and also liked it, though not enough to switch.

The perl 5 core is held in a git repo, as well as all serious Perl 6 compilers and nearly all of the Perl 6 modules.

I also get the impression that many Perl 5 modules use git (and I know it from a few big ones, like DBIx::Class, Moose and Mojolicious), many more than Mercurial.

As for the websites, it's been ages since I used bitbucket, and back then it didn't support any pull requests, so any opinion I could offer would probably be too out of date to take seriously.


In reply to Re: Thoughts on Git, Mercurial, Github, and Bitbucket. by moritz
in thread Thoughts on Git, Mercurial, Github, and Bitbucket. by bms

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.