Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58126

Re: personal library

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'extent': 0.07; 'git': 0.09; 'mercurial': 0.09; 'project,': 0.12; 'changes': 0.15; 'at.': 0.16; 'before.': 0.16; 'clone': 0.16; 'easily,': 0.16; 'fits': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'git.': 0.16; 'ideally,': 0.16; 'mercurial,': 0.16; 'oddly': 0.16; 'opposite': 0.16; 'pulling': 0.16; 'rarely': 0.16; 'subject:library': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'comfortable': 0.22; 'creating': 0.23; '31,': 0.24; '(or': 0.24; "i've": 0.25; 'equivalent': 0.26; 'least': 0.26; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'patch': 0.29; 'tim': 0.29; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'getting': 0.31; 'serve': 0.31; 'trivial': 0.31; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'done': 0.36; 'tasks': 0.38; 'whatever': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'visual': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'either': 0.39; 'even': 0.60; 'most': 0.60; 'times': 0.62; 'afraid': 0.65; 'latest': 0.67; 'experience.': 0.67; '(is': 0.84; "else's": 0.84; 'whereas': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=0QBxEUR16o7gMTqktOH5WfcsTzrsFlefzpmGf9G0gWE=; b=N+DSBaFlRc4BTFGL0uubUtSc5S9dNFsm++uE4LNLW4LmxMiF4VIV63qnToPXu/uRnn cYUJwEMcMkKoLLTEKTbfYN45/92RjosTf8lCGzDE+Fkx1Te/l0HmIYkqah/Q9Y5yiB/Q qSz54kKsSEybjliiNeS6/WZK30G40xMn3f59xCj2iVsSBt4zqCnF6hrEC+/7lRdIlgoG LV3gtIJDZ7tAxLnUA2aaga3vvWbUMjoi4VWfYnIEcKUx7cZqLkk7xfpm+9w+cVtuwlHB +pjwQRmlu78k3tDHoUFiCAP6AlFrB3gCqblBMrPYQnLAUOM7y4dJPejO7sAuVcjq+dI4 oVZg==
MIME-Version 1.0
X-Received by 10.68.229.2 with SMTP id sm2mr7351861pbc.68.1383168675037; Wed, 30 Oct 2013 14:31:15 -0700 (PDT)
In-Reply-To <CAN8CLgnoSpRsG+SBLtvcj3=MWvjD0-2TvbyDg2AxXMdj2PGZ+Q@mail.gmail.com>
References <mailman.1793.1383108900.18130.python-list@python.org> <1626628321404821598.534803patrick.vrijlandt-gmail.com@newszilla.xs4all.nl> <CAN8CLgnoSpRsG+SBLtvcj3=MWvjD0-2TvbyDg2AxXMdj2PGZ+Q@mail.gmail.com>
Date Thu, 31 Oct 2013 08:31:14 +1100
Subject Re: personal library
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1851.1383168685.18130.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383168685 news.xs4all.nl 15990 [2001:888:2000:d::a6]:39558
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:58126

Show key headers only | View raw


On Thu, Oct 31, 2013 at 7:19 AM, Tim Delaney
<timothy.c.delaney@gmail.com> wrote:
> 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.

Oddly enough, I've had the opposite experience. With git, I can do
whatever I want easily, but with Mercurial, some tasks seem to elude
me. (Is there a "Mercurial cheat-sheet for git users" somewhere? I'm
looking for things like creating an emailable patch from a commit,
pulling in the latest updates while keeping my own changes (I think
rebase is a hg plugin??), and ideally, some approximate equivalent to
gitk as a visual representation of the repo.)

But yeah. Either git or hg will serve you well, and Bazaar (bzr) also
has its advocates. Getting to know all three (or at least git/hg) to
at least some extent will serve you well - at least be comfortable
enough with the basics to clone someone else's project, pull changes
from upstream, and see where it's at.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-29 21:29 +0000
  Re: personal library Dave Angel <davea@davea.name> - 2013-10-30 02:00 +0000
  Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-30 15:26 +1100
    Re: personal library Paul Rudin <paul.nospam@rudin.co.uk> - 2013-10-30 06:31 +0000
  Re: personal library Ben Finney <ben+python@benfinney.id.au> - 2013-10-30 15:33 +1100
  Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-30 15:48 +1100
    Re: personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-30 20:02 +0000
      Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 07:19 +1100
      Re: personal library Ben Finney <ben+python@benfinney.id.au> - 2013-10-31 07:37 +1100
      Re: personal library Antoon Pardon <antoon.pardon@rece.vub.ac.be> - 2013-10-30 21:52 +0100
      Re: personal library paul.nospam@rudin.co.uk - 2013-10-30 20:34 +0000
      Re: personal library Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-30 21:08 +0000
        Re: personal library Grant Edwards <invalid@invalid.invalid> - 2013-10-30 21:20 +0000
      Re: personal library Chris Angelico <rosuav@gmail.com> - 2013-10-31 08:31 +1100
        Re: personal library patrick vrijlandt <patrick.vrijlandt@gmail.com> - 2013-10-31 21:48 +0000
      Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 08:43 +1100
      Re: personal library Tim Delaney <timothy.c.delaney@gmail.com> - 2013-10-31 08:45 +1100
    Re: personal library rusi <rustompmody@gmail.com> - 2013-10-31 20:38 -0700

csiph-web