From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexandru Harsanyi Newsgroups: gmane.emacs.devel Subject: Re: New VC mode -- review request Date: Thu, 4 Oct 2007 05:32:33 +0800 Message-ID: References: <20071003103501.GA4997@thyrsus.com> <200710031431.l93EVfFZ021233@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1191447180 9877 80.91.229.12 (3 Oct 2007 21:33:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2007 21:33:00 +0000 (UTC) To: Emacs Devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 23:32:57 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 1IdBpr-0002b8-I2 for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 23:32:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdBpn-00040m-0J for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2007 17:32:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IdBpj-0003zR-Fo for emacs-devel@gnu.org; Wed, 03 Oct 2007 17:32:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IdBpf-0003vH-79 for emacs-devel@gnu.org; Wed, 03 Oct 2007 17:32:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IdBpf-0003v5-4C for emacs-devel@gnu.org; Wed, 03 Oct 2007 17:32:39 -0400 Original-Received: from hosted05.westnet.com.au ([203.10.1.219]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IdBpe-0001Ub-Gj for emacs-devel@gnu.org; Wed, 03 Oct 2007 17:32:38 -0400 Original-Received: from hosted05.westnet.com.au (hosted05.westnet.com.au [127.0.0.1]) by hosted05.westnet.com.au (Postfix) with SMTP id DA8C93F06D2 for ; Thu, 4 Oct 2007 05:32:34 +0800 (WST) Original-Received: from [10.0.1.2] (dsl-58-7-87-129.wa.westnet.com.au [58.7.87.129]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by hosted05.westnet.com.au (Postfix) with ESMTP id 869473F06CC for ; Thu, 4 Oct 2007 05:32:33 +0800 (WST) In-Reply-To: <200710031431.l93EVfFZ021233@oogie-boogie.ics.uci.edu> X-Mailer: Apple Mail (2.752.2) X-STATE: 1 X-PMX-Branch: TNG-Outgoing X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:80205 Archived-At: 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 Cheers, Alex.