From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Emacs 22 branch created. Date: Tue, 24 Apr 2007 22:24:44 +0100 Message-ID: <462E759C.9060104@gnu.org> References: <87d51uletj.fsf@stupidchicken.com> <462E37B5.4080404@gnu.org> <462E698A.2010309@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1177449897 5556 80.91.229.12 (24 Apr 2007 21:24:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 24 Apr 2007 21:24:57 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org, "Kim F. Storm" To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 24 23:24:55 2007 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 1HgSVK-0006Yq-FL for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 23:24:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgSas-00009U-5h for ged-emacs-devel@m.gmane.org; Tue, 24 Apr 2007 17:30:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HgSap-00009M-0x for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:30:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HgSan-00008o-1v for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:30:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HgSam-00008W-PP for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:30:32 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HgSVE-0002N8-4u for emacs-devel@gnu.org; Tue, 24 Apr 2007 17:24:48 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 0197250BDE; Tue, 24 Apr 2007 22:24:47 +0100 (BST) User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 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:69981 Archived-At: Stefan Monnier wrote: > I don't know the -A flag to tag (could it be a cvsnt-ism?) That probably explains why I can't find any documentation for what it actually does. > The best I've found so far is: > > cvs admin -N : > cvs admin -n > > the first may be equivalent to > > cvs admin -n : > > and the second may be equivalent to > > cvs tag -B -d > > I've just tried it on emacs/admin/notes/toto and it seems to work. > I've found mention on the web that it won't DTRT for files in the Attic. Since we've deleted python.el from the branch, it might be too much of a risk to change the tag names now.