From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Patch: vc-hg -vs- vc-status Date: Tue, 08 Jan 2008 18:11:52 -0800 Message-ID: <200801090211.m092Bw9C024680@oogie-boogie.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199844803 9866 80.91.229.12 (9 Jan 2008 02:13:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 02:13:23 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 03:13:45 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 1JCQRp-0007fj-TI for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2008 03:13:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCQRS-0002Nz-GX for ged-emacs-devel@m.gmane.org; Tue, 08 Jan 2008 21:13:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JCQRO-0002Km-O1 for emacs-devel@gnu.org; Tue, 08 Jan 2008 21:13:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JCQRO-0002JQ-0H for emacs-devel@gnu.org; Tue, 08 Jan 2008 21:13:14 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCQRN-0002JB-OH for emacs-devel@gnu.org; Tue, 08 Jan 2008 21:13:13 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JCQRN-0004ud-FU for emacs-devel@gnu.org; Tue, 08 Jan 2008 21:13:13 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id m092Bw9C024680; Tue, 8 Jan 2008 18:11:58 -0800 (PST) In-Reply-To: (Tom Tromey's message of "Tue, 08 Jan 2008 17:48:57 -0700") Original-Lines: 12 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.451, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_VS 0.39, J_CHICKENPOX_45 0.60) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:86611 Archived-At: Tom Tromey writes: > I think this patch improves the mercurial code for vc-status. > Without this, ignored files show up in the status buffer. > > Tom > > 2008-01-09 Tom Tromey > > * vc-hg.el (vc-hg-dir-status): Don't pass -A to "hg status". Duh, I was too quick to copy+paste, please check this in.