From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Moffett Subject: Re: Mercurial vs Updated git HOWTO for kernel hackers Date: Fri, 24 Jun 2005 19:08:42 -0400 Message-ID: <0C5DEAF8-11D3-4F12-9482-6DFEE099A392@mac.com> References: <42B9E536.60704@pobox.com> <20050623235634.GC14426@waste.org> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Cc: Jeff Garzik , Linux Kernel , Git Mailing List , mercurial@selenic.com X-From: git-owner@vger.kernel.org Sat Jun 25 01:06:27 2005 Return-path: Received: from vger.kernel.org ([12.107.209.244]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlxFR-0001AY-Kw for gcvg-git@gmane.org; Sat, 25 Jun 2005 01:06:09 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263149AbVFXXLz (ORCPT ); Fri, 24 Jun 2005 19:11:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262601AbVFXXJf (ORCPT ); Fri, 24 Jun 2005 19:09:35 -0400 Received: from smtpout.mac.com ([17.250.248.46]:26366 "EHLO smtpout.mac.com") by vger.kernel.org with ESMTP id S263134AbVFXXI4 (ORCPT ); Fri, 24 Jun 2005 19:08:56 -0400 Received: from mac.com (smtpin01-en2 [10.13.10.146]) by smtpout.mac.com (Xserve/8.12.11/smtpout10/MantshX 4.0) with ESMTP id j5ON8qF2007514; Fri, 24 Jun 2005 16:08:52 -0700 (PDT) Received: from [10.0.0.2] (ip70-187-212-71.dc.dc.cox.net [70.187.212.71]) (authenticated bits=0) by mac.com (Xserve/smtpin01/MantshX 4.0) with ESMTP id j5ON8k9X010136 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Fri, 24 Jun 2005 16:08:50 -0700 (PDT) In-Reply-To: <20050623235634.GC14426@waste.org> To: Matt Mackall X-Mailer: Apple Mail (2.730) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org On Jun 23, 2005, at 19:56:34, Matt Mackall wrote: > On Wed, Jun 22, 2005 at 06:24:54PM -0400, Jeff Garzik wrote: >> Things in git-land are moving at lightning speed, and usability has >> improved a lot since my post a month ago: http://lkml.org/lkml/ >> 2005/5/26/11 > > And here's a quick comparison with the current state of Mercurial.. Oooh!!! Nice!!! This is my new official source keeper for my next project. I especially like the fast operation and low disk storage requirements. Many kudos to Matt Mackall for his awesome program! The efficient network protocol is great too! Cheers, Kyle Moffett -- There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies. -- C.A.R. Hoare