Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'plenty': 0.07; 'git': 0.09; 'mercurial': 0.09; 'url:github': 0.09; 'cc:addr:python- list': 0.11; "(i'm": 0.16; 'already,': 0.16; 'fluent': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'stdlib.': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; '(this': 0.29; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'url:wiki': 0.31; 'beginning': 0.33; 'received:google.com': 0.35; 'transition': 0.36; 'done': 0.36; 'advanced': 0.63; 'making': 0.63; 'more': 0.64; 'audience': 0.74; 'potentially': 0.81; 'url:2014': 0.84; 'to:none': 0.92; 'subject:From': 0.97 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:cc :content-type; bh=LqZOVGb2pBgphxdOAE4E+zDrvbkeMcuy3Xag2YruIHU=; b=mGOyL5iv0dDoh/M4m1JjIl1dHcYYMYAEJrzajw+tmM0QPQkYEyWxpWa/u7Si1XpwWs iXflbWcKIpS5mDsHhreSY/Stpo7ikbd6NNzK7LKQc3Wqh9dReaFn9AQMNm2/7nI5O5Z+ ZsJ1LGvQiA/drVBdj+B49D5Xp43GzG/I+fLcZuTo/QRBfUoFfvVcGORMQVNdIk3eO+bM azrjNdmVlqRbHCWu7+RsI8iibxJ5e4qdujpbjayDsBv23WKE09M4L0z8Elx0TXI6Uwld uDDX+8jxUfc6/KmLrYl6c4y/ioS7ix2oHezdY9proUw/AX5dBmvQmDNJmb2h9qDPmvuu 8mQg== MIME-Version: 1.0 X-Received: by 10.50.138.195 with SMTP id qs3mr21970641igb.14.1407022167512; Sat, 02 Aug 2014 16:29:27 -0700 (PDT) In-Reply-To: References: Date: Sun, 3 Aug 2014 09:29:27 +1000 Subject: Re: From git to hg From: Chris Angelico Cc: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407022169 news.xs4all.nl 2934 [2001:888:2000:d::a6]:50644 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75565 On Sun, Aug 3, 2014 at 9:04 AM, Demian Brecht wrote: > For gits looking to transition to hg (namely to work on cpython): > http://demianbrecht.github.io/vcs/2014/07/31/from-git-to-hg/. > > My learnings beginning to work with mercurial while working on the stdlib. > > (This was sent out to core-mentorship already, just figured this is > likely a larger audience with potentially more interested people > making the same transition) The same transition, or the same the other direction, has been done plenty of times. Here's a reference that I keep handy (I'm fluent in git and a bit less so in hg - I don't do advanced hg work often): https://github.com/sympy/sympy/wiki/Git-hg-rosetta-stone ChrisA