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: new VC backend: vc-git added, please test Date: Mon, 23 Jul 2007 07:45:21 -0700 Message-ID: <200707231445.l6NEjLua005731@oogie-boogie.ics.uci.edu> References: <200705161649.l4GGngSD026759@oogie-boogie.ics.uci.edu> <85mz03wf6g.fsf@lola.goethe.zz> <87abw231m5.fsf@wine.dyndns.org> <200707222248.l6MMmMOH018013@oogie-boogie.ics.uci.edu> <851wf0f2ym.fsf@lola.goethe.zz> <200707230132.l6N1WT1I020579@oogie-boogie.ics.uci.edu> <85wswrem3r.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1185202085 21461 80.91.229.12 (23 Jul 2007 14:48:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 23 Jul 2007 14:48:05 +0000 (UTC) Cc: Alexandre Julliard , Stefan Monnier , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 23 16:48:03 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 1ICzCX-0000Dj-4I for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 16:47:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICzCW-0007wP-K8 for ged-emacs-devel@m.gmane.org; Mon, 23 Jul 2007 10:47:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICzCT-0007vv-DY for emacs-devel@gnu.org; Mon, 23 Jul 2007 10:47:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICzCQ-0007vj-WD for emacs-devel@gnu.org; Mon, 23 Jul 2007 10:47:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICzCQ-0007vg-PU for emacs-devel@gnu.org; Mon, 23 Jul 2007 10:47:50 -0400 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 1ICzCP-0007Jm-Ho; Mon, 23 Jul 2007 10:47:49 -0400 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 l6NEjLua005731; Mon, 23 Jul 2007 07:45:22 -0700 (PDT) In-Reply-To: <85wswrem3r.fsf@lola.goethe.zz> (David Kastrup's message of "Mon\, 23 Jul 2007 07\:16\:08 +0200") Original-Lines: 25 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: 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:75372 Archived-At: David Kastrup writes: > Dan Nicolaescu writes: > > > David Kastrup writes: > > > > > Well, I had a working version of annotation before esr did the code > > > changes in CVS. I include it for reference in case somebody wants to > > > look at what might be missing to make it run again. Short of time, > > > and getting annoyed by other bugs and incompatibilities, I have pinned > > > my VC to a version before the change for now. > > > > Annotate works fine for me with CVS HEAD... > > You mean, you can go backwards and forwards in time and move to the > version previously in a line? N P and A all work? Sure. > I have not had the time to check what version exactly was checked in. > It is obvious that some work has been done on it, or it would not have > worked with the new VC framework. Obviously. The changes for the new VC framework were under 10 lines of code.