mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
*** empty log message ***
This commit is contained in:
parent
2f8e4caba7
commit
7682957658
@ -1,5 +1,7 @@
|
||||
2001-09-22 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
|
||||
|
||||
* vc-hooks.el (vc-delete-automatic-version-backups):
|
||||
Don't fail if the directory doesn't exist.
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
|
||||
;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
|
||||
;; Keywords: CVS, version control, release management
|
||||
;; Revision: $Id: pcvs.el,v 1.27 2001/04/13 15:18:11 monnier Exp $
|
||||
;; Revision: $Id: pcvs.el,v 1.28 2001/07/16 07:46:48 pj Exp $
|
||||
|
||||
;; This file is part of GNU Emacs.
|
||||
|
||||
@ -53,8 +53,8 @@
|
||||
|
||||
;;; Bugs:
|
||||
|
||||
;; - can somehow ignore important messages like `co aborted' or
|
||||
;; or `co: output error: No space left on device'.
|
||||
;; - Extracting an old version seems not to recognize encoding correctly.
|
||||
;; That's probably because it's done via a process rather than a file.
|
||||
|
||||
;;; Todo:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user