From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-48836-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1RWjN4-0004kI-0D
	for garchives@archives.gentoo.org; Sat, 03 Dec 2011 06:46:50 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BA71621C10B;
	Sat,  3 Dec 2011 06:46:41 +0000 (UTC)
Received: from mail-iy0-f181.google.com (mail-iy0-f181.google.com [209.85.210.181])
	by pigeon.gentoo.org (Postfix) with ESMTP id E757321C100
	for <gentoo-dev@lists.gentoo.org>; Sat,  3 Dec 2011 06:46:07 +0000 (UTC)
Received: by iakk12 with SMTP id k12so5851691iak.40
        for <gentoo-dev@lists.gentoo.org>; Fri, 02 Dec 2011 22:46:07 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=date:from:to:cc:subject:message-id:references:mime-version
         :content-type:content-disposition:in-reply-to:user-agent;
        bh=boMnaYJ2xMjbJy3dUUmwM5U3U59KIpw2w21fkIjs/rk=;
        b=NsGlDAjobvEe0A9lJMVZ0xlgLMZgFZjzOD4fGq+O6RsFq12TRv66KsGv3DVy3wmZPG
         1Mu3AFopvn9URP8bXjcY1sgAvcIvvL2E5TqIzULvdGNFqTNT2NcnxReW2Z2VwCJhGZsJ
         1iqOmIMVOnvXGCDkmmgn94oFnE3/s276jqJzU=
Received: by 10.231.20.151 with SMTP id f23mr330667ibb.50.1322894766999;
        Fri, 02 Dec 2011 22:46:06 -0800 (PST)
Received: from smtp.gmail.com:587 (74-95-192-101-SFBA.hfc.comcastbusiness.net. [74.95.192.101])
        by mx.google.com with ESMTPS id j1sm24047704igq.2.2011.12.02.22.46.04
        (version=TLSv1/SSLv3 cipher=OTHER);
        Fri, 02 Dec 2011 22:46:05 -0800 (PST)
Received: by smtp.gmail.com:587 (sSMTP sendmail emulation); Fri, 02 Dec 2011 22:46:07 -0800
Date: Fri, 2 Dec 2011 22:46:07 -0800
From: Brian Harring <ferringb@gmail.com>
To: Micha?? G??rny <mgorny@gentoo.org>
Cc: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in
 sys-apps/pkgcore: pkgcore-0.7.7.1.ebuild ChangeLog pkgcore-0.7.6.1.ebuild
 pkgcore-0.7.7-r1.ebuild pkgcore-0.7.7.ebuild
Message-ID: <20111203064607.GA20097@localhost>
References: <20111203001118.1623C2004B@flycatcher.gentoo.org>
 <4ED96BD4.3070203@gentoo.org>
 <20111203011512.GA31417@localhost>
 <20111203072903.5f43b856@pomiocik.lan>
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20111203072903.5f43b856@pomiocik.lan>
User-Agent: Mutt/1.5.21 (2010-09-15)
X-Archives-Salt: daec0ce6-fd07-4d87-bdc6-d1190de06b7b
X-Archives-Hash: ab99e8a7f9bc070aaa3b1129c3a671b4

On Sat, Dec 03, 2011 at 07:29:03AM +0100, Micha?? G??rny wrote:
> On Fri, 2 Dec 2011 17:15:12 -0800
> Brian Harring <ferringb@gmail.com> wrote:
> 
> > On Sat, Dec 03, 2011 at 12:22:44AM +0000, Markos Chandras wrote:
> > > On 12/03/2011 12:11 AM, Brian Harring (ferringb) wrote:
> > > > ferringb    11/12/03 00:11:17
> > > > 
> > > > Modified:             ChangeLog Added:
> > > > pkgcore-0.7.7.1.ebuild Removed:
> > > > pkgcore-0.7.6.1.ebuild pkgcore-0.7.7-r1.ebuild
> > > > pkgcore-0.7.7.ebuild Log: pull in 0.7.7.1 with another fix
> > > > (metadata); punt older versions that have known misbehaviours
> > > > 
> > > > (Portage version: 2.1.10.39/cvs/Linux x86_64)
> > > > 
> > > Why did you erase the entire Changelog?
> > 
> > Command history being:
> > 
> > echangelog
> > # crap, need to redo it
> > rm ChangeLog
> > cvs up Changelog
> > echangelog
> > repoman commit -m "blah blah blah"
> > 
> > See if you can spot the typo. ;)
> 
> That's what repo-commit was invented for.
> 
> And no, the answer is: no. it isn't a typo spotting tool :P.

Note repoman commit already honors layout.conf update-changelog, so 
repo-commit doesn't offer anything here that repoman already covers.

Relatively recent, but still...
~harring