personal library

Tim Delaney timothy.c.delaney at gmail.com
Wed Oct 30 16:19:42 EDT 2013


On 31 October 2013 07:02, patrick vrijlandt <patrick.vrijlandt at gmail.com>wrote:

> Chris Angelico <rosuav at gmail.com> wrote:
> > On Wed, Oct 30, 2013 at 3:33 PM, Ben Finney <ben+python at benfinney.id.au>
> wrote:
> >> Chris Angelico <rosuav at gmail.com> writes:
> >>
> >>> *Definitely* use source control.
> >>
> >> +1, but prefer to call it a “version control system” which is (a) more
> >> easily searched on the internet, and (b) somewhat more accurate.
> >
> > Right. I've picked up some bad habits, and I think Dave may also
> > have... but yes, "distributed version control system" is what I'm
> > talking about here.
> >
> > ChrisA
>
> Thanks. Do you all agree that Mercurial is the way to go, or is there
> another "distributed version control system" that I should shortlist?


There are huge arguments all over the net on this topic. Having extensively
used the top two contenders (Git and Mercurial) I would strongly advise you
to use Mercurial.

What it comes down to for me is that Mercurial usage fits in my head and I
rarely have to go to the docs, whereas with Git I have to constantly go to
the docs for anything but the most trivial usage - even when it's something
I've done many times before. I'm always afraid that I'm going to do
something *wrong* in Git.

Tim Delaney
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20131031/45f332ec/attachment.html>


More information about the Python-list mailing list