mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-13 16:38:14 +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>
|
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):
|
* vc-hooks.el (vc-delete-automatic-version-backups):
|
||||||
Don't fail if the directory doesn't exist.
|
Don't fail if the directory doesn't exist.
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
|
;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
|
||||||
;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
|
;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
|
||||||
;; Keywords: CVS, version control, release management
|
;; 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.
|
;; This file is part of GNU Emacs.
|
||||||
|
|
||||||
@ -53,8 +53,8 @@
|
|||||||
|
|
||||||
;;; Bugs:
|
;;; Bugs:
|
||||||
|
|
||||||
;; - can somehow ignore important messages like `co aborted' or
|
;; - Extracting an old version seems not to recognize encoding correctly.
|
||||||
;; or `co: output error: No space left on device'.
|
;; That's probably because it's done via a process rather than a file.
|
||||||
|
|
||||||
;;; Todo:
|
;;; Todo:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user