From owner-svn-src-head@freebsd.org Sun Jan 3 03:40:25 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9DD35A601C4; Sun, 3 Jan 2016 03:40:25 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 750CF1189; Sun, 3 Jan 2016 03:40:25 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-pa0-x236.google.com with SMTP id ho8so419428pac.2; Sat, 02 Jan 2016 19:40:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=EI1lwv93deZtqiIAgJJVu0k3KY7z/xkPsxlHgoMC8Cw=; b=CGcpZGHhkWHnQak7TSnLALC1m/ggt05tkmr3CBfgky3fZPuy59yEyHMYGEeBn98hzE bfTWYpoTsZsTxNtlZ3ML4p1N0Et1Ov6fNdJgA6vWtqCgpktNe9rWCxwBU6H1QB8eaV/S Fr6pEdbtIGGTYgzwQzVueDdFheE3gTq4+mEmngJCbIwqkOR2bHIX417vlZIZznGJDIV9 pS+lM/YNIOAejw4wPJljuk253SbHOlXhSEmrMmPsvJ971aU7oSdV3+6m8fRxPQF4eMkp SzpjzwWaggkbd53ey5BXTtBzlQN8Dx+8iSropKUdWADX+tIdkrL0yrCNRpkzAp2QTptX 5aHg== X-Received: by 10.66.252.136 with SMTP id zs8mr43974457pac.110.1451792425096; Sat, 02 Jan 2016 19:40:25 -0800 (PST) Received: from ?IPv6:2601:601:800:126d:44c7:137c:1c65:f048? ([2601:601:800:126d:44c7:137c:1c65:f048]) by smtp.gmail.com with ESMTPSA id x22sm99173024pfa.82.2016.01.02.19.40.23 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 02 Jan 2016 19:40:23 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r293063 - head/sys/arm/arm From: NGie Cooper In-Reply-To: Date: Sat, 2 Jan 2016 19:40:21 -0800 Cc: Ian Lepore , src-committers@freebsd.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <201601022231.u02MVEb5037283@repo.freebsd.org> <1451774206.1369.109.camel@freebsd.org> To: Maxim Sobolev X-Mailer: Apple Mail (2.2104) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jan 2016 03:40:25 -0000 > On Jan 2, 2016, at 18:47, Maxim Sobolev wrote: >=20 > Don't save commit message and just exit your editor. That should make = it abort. Works with CVS, git and svn all the same. Killing your editor = with -9 should do as well, as long it doesn't do periodic autosave of = some sort. `killall -9 svn; svn cleanup` works every time! Cheers, -NGie=