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: VC command for showing outgoing changes Date: Mon, 7 Dec 2009 01:06:11 -0800 (PST) Message-ID: <200912070906.nB796B6G006823@godzilla.ics.uci.edu> References: <200910132024.n9DKOHGj015040@godzilla.ics.uci.edu> <200912051945.nB5Jjam5020140@godzilla.ics.uci.edu> <200912051952.nB5JqXSm020185@godzilla.ics.uci.edu> <200912060833.nB68XgjU025891@godzilla.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260176924 9857 80.91.229.12 (7 Dec 2009 09:08:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2009 09:08:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 07 10:08:37 2009 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 1NHZZx-0001BK-Is for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2009 10:08:25 +0100 Original-Received: from localhost ([127.0.0.1]:55273 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHZZx-0007I6-CB for ged-emacs-devel@m.gmane.org; Mon, 07 Dec 2009 04:08:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHZZV-0006ua-MW for emacs-devel@gnu.org; Mon, 07 Dec 2009 04:07:57 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHZZQ-0006pM-9q for emacs-devel@gnu.org; Mon, 07 Dec 2009 04:07:56 -0500 Original-Received: from [199.232.76.173] (port=33338 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHZZQ-0006p6-1s for emacs-devel@gnu.org; Mon, 07 Dec 2009 04:07:52 -0500 Original-Received: from colin-baker-v0.ics.uci.edu ([128.195.1.153]:39288) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NHZZM-0007KJ-U8 for emacs-devel@gnu.org; Mon, 07 Dec 2009 04:07:49 -0500 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by colin-baker-v0.ics.uci.edu (8.13.8/8.13.8) with ESMTP id nB796CSx000718 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Dec 2009 01:06:12 -0800 Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id nB796B6G006823; Mon, 7 Dec 2009 01:06:11 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Sun, 06 Dec 2009 20:40:27 -0500") Original-Lines: 10 X-ICS-MailScanner-Information: Please send mail to helpdesk@ics.uci.edu or more information X-ICS-MailScanner-ID: nB796CSx000718 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:118363 Archived-At: Stefan Monnier writes: > Your new patch looks closer, thanks. But we also still need to factor > out the commonality between vc-incoming-outgoing-internal and > vc-print-log-internal. Can that be done in a subsequent change? We are only talking about 15 duplicate lines here. I'd rather not miss the feature freeze, and I am not sure I have to make the change before that.