From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthieu Moy Newsgroups: gmane.comp.version-control.bazaar-ng.general,gmane.emacs.devel Subject: Re: Emacs Bazaar repository Date: Mon, 17 Mar 2008 11:43:32 +0100 Message-ID: References: <87skyvse7k.fsf@xmission.com> <86ejae96t4.fsf@lola.quinscape.zz> <47DA7943.6090806@gmail.com> <87myp0stnb.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205750700 28187 80.91.229.12 (17 Mar 2008 10:45:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2008 10:45:00 +0000 (UTC) Cc: bazaar@lists.canonical.com, schwab@suse.de, "Lennart Borgman \(gmail\)" , emacs-devel@gnu.org, dhruva , Eli Zaretskii To: "Stephen J. Turnbull" Original-X-From: bazaar-bounces@lists.canonical.com Mon Mar 17 11:45:28 2008 Return-path: Envelope-to: gcvbg-bazaar-ng@m.gmane.org Original-Received: from chlorine.canonical.com ([91.189.94.204]) by lo.gmane.org with esmtp (Exim 4.50) id 1JbCqE-0003ji-VT for gcvbg-bazaar-ng@m.gmane.org; Mon, 17 Mar 2008 11:45:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JbCpf-00007z-Bt; Mon, 17 Mar 2008 10:44:43 +0000 Original-Received: from harmonie.imag.fr ([147.171.130.40]) by chlorine.canonical.com with esmtp (Exim 4.60) (envelope-from ) id 1JbCpd-00007r-HL for bazaar@lists.canonical.com; Mon, 17 Mar 2008 10:44:41 +0000 Original-Received: from mail-veri.imag.fr (mail-veri.imag.fr [129.88.43.52]) by harmonie.imag.fr (8.13.8/8.13.8) with ESMTP id m2HAhWmA006819; Mon, 17 Mar 2008 11:43:32 +0100 (CET) Original-Received: from bauges.imag.fr ([129.88.43.5]) by mail-veri.imag.fr with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1JbCoW-0007Hi-E9; Mon, 17 Mar 2008 11:43:32 +0100 Original-Received: from moy by bauges.imag.fr with local (Exim 4.63) (envelope-from ) id 1JbCoW-0006H6-Ba; Mon, 17 Mar 2008 11:43:32 +0100 In-Reply-To: <87myp0stnb.fsf@uwakimon.sk.tsukuba.ac.jp> (Stephen J. Turnbull's message of "Sat\, 15 Mar 2008 09\:44\:24 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (harmonie.imag.fr [147.171.130.40]); Mon, 17 Mar 2008 11:43:32 +0100 (CET) X-IMAG-MailScanner-Information: Please contact MI2S MIM for more information X-IMAG-MailScanner: Found to be clean X-IMAG-MailScanner-SpamCheck: X-IMAG-MailScanner-From: moy@imag.fr X-BeenThere: bazaar@lists.canonical.com X-Mailman-Version: 2.1.8 Precedence: list List-Id: bazaar discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bazaar-bounces@lists.canonical.com Errors-To: bazaar-bounces@lists.canonical.com Xref: news.gmane.org gmane.comp.version-control.bazaar-ng.general:38792 gmane.emacs.devel:92813 Archived-At: "Stephen J. Turnbull" writes: > Lennart Borgman (gmail) writes: > > > How did they do that? It needs both perl and sh? Is there really any > > perl programmer who writes code that way? > > "They" is the operative word. Some code was written in C by C > programmers, some as shell scripts by shell programmers, some in Perl > by Perl programmers, some in Tcl by Tcl programmers, and some even in > Python IIRC. There used to be a few lines of python in Git itself I think, but it has been rewritten to remove the python dependency. The hg and p4 importers are in contrib/, and written in python though.