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 mode -- review request Date: Wed, 03 Oct 2007 19:24:30 -0700 Message-ID: <200710040224.l942OUb4013773@oogie-boogie.ics.uci.edu> References: <20071003103501.GA4997@thyrsus.com> <200710031431.l93EVfFZ021233@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191464735 22771 80.91.229.12 (4 Oct 2007 02:25:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 4 Oct 2007 02:25:35 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 04 04:25:31 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 1IdGP0-0007KW-8k for ged-emacs-devel@m.gmane.org; Thu, 04 Oct 2007 04:25:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdGOv-0005Kx-Q1 for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 22:25:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdGON-00057x-Pj for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:24:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdGOM-00057E-B0 for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:24:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdGOM-00057B-3v for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:24:46 -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 1IdGOL-00071y-Na for emacs-devel@gnu.org; Wed, 03 Oct 2007 22:24:46 -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 l942OUb4013773 for ; Wed, 3 Oct 2007 19:24:30 -0700 (PDT) In-Reply-To: (Alexandru Harsanyi's message of "Thu\, 4 Oct 2007 05\:32\:33 +0800") Original-Lines: 18 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:80222 Archived-At: Alexandru Harsanyi writes: > On 3 Oct 2007, at 10:31 PM, Dan Nicolaescu wrote: > > > > >> vc-rollback = C-x v c > > > > Do you have an implementation for this function for any backend? It > > would be interesting to see it. > > > > The ClearCase backend implements it. See http://vc- > clearcase.sourceforge.net Thanks, but unfortunately I don't know much about ClearCase, so I won't be able to use that code to judge what can other backend do about this...