From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs is on Bazaar now. Date: Mon, 28 Dec 2009 15:42:25 +0100 Message-ID: References: <87d4206n80.fsf@canonical.com> <87637r610w.fsf@red-bean.com> <877hs7p5pq.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1262011386 4328 80.91.229.12 (28 Dec 2009 14:43:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 14:43:06 +0000 (UTC) Cc: kfogel@red-bean.com, emacs-devel@gnu.org, Andreas Schwab , Kenichi Handa To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 28 15:42:58 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NPGoD-0003sG-Et for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 15:42:57 +0100 Original-Received: from localhost ([127.0.0.1]:49050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPGoD-0008Rm-PT for ged-emacs-devel@m.gmane.org; Mon, 28 Dec 2009 09:42:57 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPGo7-0008RL-Rw for emacs-devel@gnu.org; Mon, 28 Dec 2009 09:42:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPGo2-0008O0-Ld for emacs-devel@gnu.org; Mon, 28 Dec 2009 09:42:50 -0500 Original-Received: from [199.232.76.173] (port=38171 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPGo2-0008Ns-J3 for emacs-devel@gnu.org; Mon, 28 Dec 2009 09:42:46 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:53814) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPGo2-0004XR-7p for emacs-devel@gnu.org; Mon, 28 Dec 2009 09:42:46 -0500 Original-Received: by bwz7 with SMTP id 7so7242184bwz.26 for ; Mon, 28 Dec 2009 06:42:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=4M5E+9eiYQucAqXTM52e4rlkPjtruTb+gHTlyigkiJ4=; b=kvtqFXRRhRbTVyTXa+4AkeRpfPkyd4l3uEsN2VxjAOpXza4fcy+SQkfSloTwCmxwma 59TtKd9+E4Wk9tnNd05JCR/O3WhX1qmi7ZWb0Dks22rX0rVl63wt4ZbyGAsKpb7dn4qd ZjgLT/Jtn5YljPMdifbbFRyclOeMJNHD4VYR0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=oQz+frsVRSS+7hrfyZMRkW/qdHDeI5l2TJ/75VA+1G9/0z3bo1bIG1X+q3fK0e9wWY MKwWnPA7v5aHUiEWbTDR/9lgeowHQYkuGply38q6wzbK46VQOFh3SSTkKxIpGtM2DYAt BsXDI4BbAqYN4g8mpcNS+mlbdeRSXE41g50sE= Original-Received: by 10.204.3.220 with SMTP id 28mr2838534bko.4.1262011365122; Mon, 28 Dec 2009 06:42:45 -0800 (PST) In-Reply-To: <877hs7p5pq.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118870 Archived-At: On Mon, Dec 28, 2009 at 14:51, Stephen J. Turnbull wro= te: > Footnotes: > [1] =C2=A0The change to CHAR_COMPOSABLE_P might better be split out into = a > separate commit, unless that change is needed because of the other > changes. That's an important point. Currently it's common to see commits that introduce unrelated changes, or changes that, though related, are in fact independently useful. Some projects (git, for example) have a policy of dividing large changes into meaningful chunks, and the result is quite readable, and much more easy to debug (via bisect) or revert. Juanma