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: [Emacs-diffs] master 9278095: * test/automated/python-tests.el: Avoid warnings Date: Sun, 1 Nov 2015 01:40:23 +0100 Message-ID: References: <20151101002706.25419.73850@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3c47c6009a605236fea4a X-Trace: ger.gmane.org 1446338473 27561 80.91.229.3 (1 Nov 2015 00:41:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2015 00:41:13 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 01 01:41:10 2015 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 1Zsghp-0003cb-Vd for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2015 01:41:10 +0100 Original-Received: from localhost ([::1]:57474 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsghp-0004g4-6Q for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2015 20:41:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsghm-0004fz-00 for emacs-devel@gnu.org; Sat, 31 Oct 2015 20:41:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zsghl-0006Gf-53 for emacs-devel@gnu.org; Sat, 31 Oct 2015 20:41:05 -0400 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:35239) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsghk-0006GX-TV for emacs-devel@gnu.org; Sat, 31 Oct 2015 20:41:05 -0400 Original-Received: by lbbes7 with SMTP id es7so68445851lbb.2 for ; Sat, 31 Oct 2015 17:41:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=On2jK3md2qWgGjXpuSJagFek7YCJYI3z3CnznffLLxc=; b=RXrfK9sSfaT4XRShKeynOWd1z3gxUTm+E6XJbTW2BXlX+OCEeJ6r9Ke2PT2A77qH2E uULeSSCpfuC9g2zWEOeO9VyLyXjXh4gLI9J9YVOjB4AEp4zlcpiIMKrsbRVpbVGpGEzv TEYpSlKs+LMFeL2o2JXwdLlksGj0MggISN8YvEwC8wug4dxonHlsUa5AGmoxDkudK7+S WdfwPn6a/mlKNV0chRDYybXOSzlthY/OfTBxTUlqGSkagSL1t/I8vK/+PmPxNtg1GrU/ hRd6DSsTL8xElXmrKPH5efSvbWtWeKBxD9Fu5z37lvNM4cwM+f3jxqmeszW4hJDmQA07 2GxQ== X-Received: by 10.112.17.34 with SMTP id l2mr7131714lbd.117.1446338464055; Sat, 31 Oct 2015 17:41:04 -0700 (PDT) Original-Received: by 10.25.217.135 with HTTP; Sat, 31 Oct 2015 17:40:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d 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:193045 Archived-At: --001a11c3c47c6009a605236fea4a Content-Type: text/plain; charset=UTF-8 On Sun, Nov 1, 2015 at 1:27 AM, Juanma Barranquero wrote: > (python-tests-with-temp-buffer, python-tests-with-temp-file): > Bind `python-indent-guess-indent-offset' to nil. > # Please enter the commit message for your changes. Lines starting > # with '#' will be ignored, and an empty message aborts the commit. > # On branch master > # Your branch is up-to-date with 'origin/master'. > # > # Changes to be committed: > # modified: test/automated/python-tests.el > # Oh, well, something to fix in ChangeLog.2 eventually. Obviously I missed this from git help commit -e --edit The message taken from file with -F, command line with -m, and from commit object with -C are usually used as the commit log message unmodified. This option lets you further edit the message taken from these sources. which, I think, puts me squarely in Alan's side about git options... ;-) --001a11c3c47c6009a605236fea4a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On Sun, Nov 1, 2015 at 1:27 AM, Juanma Barranquero <lekktu@gmail.com> wrote:

> =C2=A0 =C2=A0 (python-tests-with-temp-buffer, python-tests-with-temp= -file):
> =C2=A0 =C2=A0 Bind `python-indent-guess-indent-offset' = to nil.
> =C2=A0 =C2=A0 # Please enter the commit message for your ch= anges. Lines starting
> =C2=A0 =C2=A0 # with '#' will be igno= red, and an empty message aborts the commit.
> =C2=A0 =C2=A0 # On bra= nch master
> =C2=A0 =C2=A0 # Your branch is up-to-date with 'orig= in/master'.
> =C2=A0 =C2=A0 #
> =C2=A0 =C2=A0 # Changes to = be committed:
> =C2=A0 =C2=A0 # =C2=A0 modified: =C2=A0 test/automate= d/python-tests.el
> =C2=A0 =C2=A0 #

Oh, well, somet= hing to fix in ChangeLog.2 eventually. Obviously I missed this from git hel= p commit

=C2=A0 -e
=C2=A0 --edit

=C2=A0 The = message taken from file with -F, command line with -m, and from commit obje= ct with -C
=C2=A0 are usually used as the commit log message unmo= dified. This option lets you further edit the
=C2=A0 message take= n from these sources.

which, I think, puts me squa= rely in Alan's side about git options... ;-)

--001a11c3c47c6009a605236fea4a--