]> git.eshelyaron.com Git - emacs.git/commitdiff
(cvs-parse-commit): Expand the file name before passing it to VC.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Sep 2001 16:42:14 +0000 (16:42 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 24 Sep 2001 16:42:14 +0000 (16:42 +0000)
lisp/ChangeLog
lisp/pcvs-parse.el

index 91a736122469a0bc0b824f928be394f8fd3ee38e..c63ce9e6fe4d7614f799ff1599d491d72162a306 100644 (file)
@@ -1,5 +1,8 @@
 2001-09-24  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * pcvs-parse.el (cvs-parse-commit): Expand the file name before
+       passing it to VC.
+
        * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
        case where the file is relative.
 
index 7199bd005d8c99c7dd100f6eeb5b3396ba3a10f8..56316545b8ebbcfc999faecf10df20ecbc1c554d 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; Author: Stefan Monnier <monnier@cs.yale.edu>
 ;; 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 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
       (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