# HG changeset patch # User Stefan Monnier # Date 1001349563 0 # Node ID 0c69deb41e8af16c9276cdbc35ad35fa5ddd4e53 # Parent 3b6034741247eb85887fa4feb68b9acd0106e14d (cvs-parse-commit): Expand the file name before passing it to VC. diff -r 3b6034741247 -r 0c69deb41e8a lisp/pcvs-parse.el --- a/lisp/pcvs-parse.el Mon Sep 24 16:37:10 2001 +0000 +++ b/lisp/pcvs-parse.el Mon Sep 24 16:39:23 2001 +0000 @@ -4,7 +4,7 @@ ;; Author: Stefan Monnier ;; Keywords: pcl-cvs -;; Revision: $Id: pcvs-parse.el,v 1.8 2001/07/16 07:46:48 pj Exp $ +;; Revision: $Id: pcvs-parse.el,v 1.9 2001/09/22 20:22:34 monnier Exp $ ;; This file is part of GNU Emacs. @@ -486,7 +486,7 @@ (cvs-match "done$") (progn ;; Try to remove the temp files used by VC. - (vc-delete-automatic-version-backups path) + (vc-delete-automatic-version-backups (expand-file-name path)) ;; it's important here not to rely on the default directory management ;; because `cvs commit' might begin by a series of Examining messages ;; so the processing of the actual checkin messages might begin with