From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: sh-script.el: Doc-string spelling fix (minor) Date: Wed, 20 Feb 2008 12:02:08 -0500 Message-ID: References: <47BBB728.9010009@newsguy.com> <87ablwjc8y.fsf@bzg.ath.cx> <874pc4jc1j.fsf@bzg.ath.cx> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203527307 31033 80.91.229.12 (20 Feb 2008 17:08:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 17:08:27 +0000 (UTC) Cc: emacs-devel To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 20 18:08:50 2008 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 1JRsQx-0003lC-Cc for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2008 18:08:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRsQS-000482-G2 for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2008 12:08:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JRsKj-00072m-58 for emacs-devel@gnu.org; Wed, 20 Feb 2008 12:02:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JRsKg-00071b-Q3 for emacs-devel@gnu.org; Wed, 20 Feb 2008 12:02:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JRsKg-00071W-7X for emacs-devel@gnu.org; Wed, 20 Feb 2008 12:02:10 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JRsKf-0006uB-RZ for emacs-devel@gnu.org; Wed, 20 Feb 2008 12:02:10 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAFDsu0fO+J2cdGdsb2JhbACQUgEwn3GBAQ X-IronPort-AV: E=Sophos;i="4.25,382,1199682000"; d="scan'208";a="14754831" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 20 Feb 2008 12:02:08 -0500 Original-Received: from pastel.home ([206.248.157.156]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id ATW52708; Wed, 20 Feb 2008 12:02:08 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 3359E7F48; Wed, 20 Feb 2008 12:02:08 -0500 (EST) In-Reply-To: <874pc4jc1j.fsf@bzg.ath.cx> (Bastien's message of "Wed, 20 Feb 2008 07:56:56 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:89710 Archived-At: > cvs -z3 -d:ext:bastien1@cvs.savannah.gnu.org:/sources/emacs co -r EMACS_PRETEST_22_1_91 emacs > What did I do wrong? The EMACS_PRETEST_22_1_91 tag is not a branch tag. It refers to one particular revision and cannot be changed (except via `tag -F' like commands). Do the following: > cd .../emacs > cvs update -r EMACS_22_BASE which will select the branch on which the revision EMACS_PRETEST_22_1_91 sits (and on which subsequent pretests will be made as well). Stefan