From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jordi =?ISO-8859-1?Q?Guti=E9rrez?= Hermoso Newsgroups: gmane.emacs.devel Subject: Re: Prefer Mercurial instead of git Date: Sat, 04 Jan 2014 11:41:47 -0500 Message-ID: <1388853707.11337.27.camel@Iris> References: <1388785952.11337.16.camel@Iris> <3166302.gI3LmCZv1L@descartes> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1388853719 12632 80.91.229.3 (4 Jan 2014 16:41:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 4 Jan 2014 16:41:59 +0000 (UTC) Cc: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld , "esr@thyrsus.com" , emacs-devel@gnu.org To: Sebastian Wiesner Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 04 17:42:06 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VzUIX-0008MS-KP for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2014 17:42:05 +0100 Original-Received: from localhost ([::1]:55010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzUIX-0005ub-6E for ged-emacs-devel@m.gmane.org; Sat, 04 Jan 2014 11:42:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49484) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzUIO-0005t2-DV for emacs-devel@gnu.org; Sat, 04 Jan 2014 11:42:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzUII-00059s-JV for emacs-devel@gnu.org; Sat, 04 Jan 2014 11:41:56 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:53936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzUII-00059o-GK for emacs-devel@gnu.org; Sat, 04 Jan 2014 11:41:50 -0500 Original-Received: from beast.bic.mni.mcgill.ca ([132.206.178.199]:52250 helo=[IPv6:::1]) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1VzUIG-0000LE-Pn; Sat, 04 Jan 2014 11:41:49 -0500 In-Reply-To: X-Mailer: Evolution 3.4.4-3 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167297 Archived-At: On Sat, 2014-01-04 at 17:08 +0100, Sebastian Wiesner wrote: > For reference, a little grepping in the recipes of MELPA > (http://melpa.milkbox.net/) reveals a similar bias towards Git: > > $ grep ':fetcher hg' * | wc -l > 31 > $ grep ':fetcher git' * | grep -v github | wc -l > 29 > $ grep ':fetcher github' * | wc -l > 1186 This looks like a bias towards github, not git. And this is a problem, not something to be praised. - Jordi G. H.