Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!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.034 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.02; 'subject:Python': 0.06; 'from:addr:ethan': 0.09; 'from:addr:stoneleaf.us': 0.09; 'from:name:ethan furman': 0.09; 'git': 0.09; 'message- id:@stoneleaf.us': 0.09; '~ethan~': 0.09; 'merge,': 0.16; 'stuff.': 0.16; 'wrote:': 0.18; 'header:User-Agent:1': 0.23; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'room': 0.29; 'technology.': 0.30; 'charset:us-ascii': 0.36; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'received:173': 0.61; 'simple': 0.61; 'more': 0.64; 'commands.': 0.84; 'python-dev': 0.84; 'subject:source': 0.84; 'won': 0.96 Date: Wed, 27 Aug 2014 11:26:15 -0700 From: Ethan Furman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: python-list@python.org Subject: hg, git, fossil, ... [was Re: What is acceptable as 'open-source'? [was Python vs C++]] References: <57afe6cf-7cc4-4334-9f21-fdb8a6e70f30@googlegroups.com> In-Reply-To: <57afe6cf-7cc4-4334-9f21-fdb8a6e70f30@googlegroups.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409163983 news.xs4all.nl 2869 [2001:888:2000:d::a6]:49760 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77152 On 08/27/2014 10:29 AM, Rustom Mody wrote: > > Git has won the battle Good thing there's room for more than one technology. I use hg because 1) python-dev uses hg; and 2) I understand the simple hg commands. I find git confusing, and my main uses are commit, pull, update, an occasional merge, and a rare rollback -- not complicated stuff. -- ~Ethan~