Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.013 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Question': 0.07; '22,': 0.09; 'git': 0.09; 'mercurial': 0.09; 'someone,': 0.09; 'subject:Source': 0.09; 'cc:addr:python-list': 0.11; 'stored': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'simpson': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'question': 0.24; 'cc:2**0': 0.24; 'extension': 0.26; 'suggested': 0.26; 'header:In-Reply-To:1': 0.27; 'wondering': 0.29; 'raise': 0.29; 'list:': 0.30; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'url:mailman': 0.30; 'code': 0.31; 'could': 0.34; 'tool': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'list.': 0.37; 'issue': 0.38; 'pm,': 0.38; 'most': 0.60; 'kind': 0.63; 'such': 0.63; 'mar': 0.68; 'frank': 0.68; 'subject:Control': 0.84; 'thing,': 0.91; 'to:none': 0.92 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=u/QAlRah3xkjYpB+lSH5pkQdXYWRQJMylhUH117I4io=; b=re68z0ogZjvKruM3ewed0OYv1EFmp/ttGFdx1AFxf2ZFECyyC5ULJL4RZrNMltVCJY chRoInpSToHwqKGT9/ywS+KH/iXdIz8kbSsINOsEsJBiiphhQSpIH3kQPv0SMxa9LtHN OJOWEJLtfBjqGQihcIL+dy+UjPkhL/1vnUhxJUEjdlChswHLOXlsxTvIVyNzsKr2VIYO tREOt39wHztibpDbdcP0wKxhmEPnbKf2ZiFS6TDNjrkZohhkECmjynzT0jHxWv6OtzHt JGKBW35mXkZwJ3ad9B6Acb3yYbdgCWajnIy759Rny+SzyEJILjFLj/y9IAR6cVEg94cY PfsA== MIME-Version: 1.0 X-Received: by 10.66.129.133 with SMTP id nw5mr57008504pab.98.1395457521844; Fri, 21 Mar 2014 20:05:21 -0700 (PDT) In-Reply-To: <20140322024933.GA51643@cskk.homeip.net> References: <20140322024933.GA51643@cskk.homeip.net> Date: Sat, 22 Mar 2014 14:05:21 +1100 Subject: Re: Question about Source Control From: Chris Angelico Cc: "python-list@python.org" 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395457524 news.xs4all.nl 2964 [2001:888:2000:d::a6]:40466 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68736 On Sat, Mar 22, 2014 at 1:49 PM, Cameron Simpson wrote: > You might do better to ask this kind of question on the mercurial list: > > http://selenic.com/mailman/listinfo/mercurial > > Someone there is bound to have wanted to do this kind of thing, and > may know if there's a tool or extension that makes it easy. I don't personally need it, because all my code is stored in git (as are most of the other big projects that I'm involved in); was mainly wondering if someone happened to know, such that Frank could make use of it. But it's a suggested workflow, and if it appeals to someone, they can raise the issue on Mercurial's list. ChrisA