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!newsfeed1a.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: UNSURE 0.312 X-Spam-Level: *** X-Spam-Evidence: '*H*': 0.59; '*S*': 0.22; 'mercurial': 0.09; 'url:github': 0.09; 'already,': 0.16; 'stdlib.': 0.16; '(this': 0.29; 'message-id:@mail.gmail.com': 0.30; 'beginning': 0.33; 'received:google.com': 0.35; 'transition': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'making': 0.63; 'more': 0.64; 'audience': 0.74; 'potentially': 0.81; 'url:2014': 0.84; 'subject:From': 0.97 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=e4bdrMg4AEktxYThHrVeB5z1xLi2K0Ud/YxwwImL6FM=; b=bmXErOTy/h01UkMqP/7nFvDBs29CmBXrPLwEhfDBQENzstyC3t0cglftl2hVucMGHE XYxJRvPlUPccV4PuKv5ZpI4pDBHn0bvp6fHyvgGRKxe/Le6G7dFXAIBHo8yBVC+2Lhu7 Gjd4dKh/LAN2w/sA57zodNQhbEPnPn3PpLqHUfjAiKvirrMvZyb17Y3DvX2K+nIGyqfW 7g1Goy4SrC9tARidVrxr1CR5e2Djv+v1XbvggKq07fGQXJvNfS77T1NV3gky4uzLcHIB MrBGp6lGf1WN0K3Qfk0JUke36aIMi+MoJtn+L1Kgmb2vzCyuzKlJWxUvXI0pjR7OSZPl UM6A== MIME-Version: 1.0 X-Received: by 10.112.209.73 with SMTP id mk9mr13737196lbc.64.1407020645700; Sat, 02 Aug 2014 16:04:05 -0700 (PDT) Date: Sat, 2 Aug 2014 16:04:05 -0700 Subject: From git to hg From: Demian Brecht To: Python Content-Type: text/plain; charset=UTF-8 X-Mailman-Approved-At: Sun, 03 Aug 2014 01:14:21 +0200 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1407021262 news.xs4all.nl 2913 [2001:888:2000:d::a6]:39314 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75561 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) -- Demian Brecht http://demianbrecht.github.com