comparison lisp/pcvs.el @ 39392:11216aa2d43c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 22 Sep 2001 20:23:16 +0000
parents 7a94f1c588c4
children 2930fd135efa
comparison
equal deleted inserted replaced
39391:81cef0e070fa 39392:11216aa2d43c
11 ;; (Stefan Monnier) monnier@cs.yale.edu 11 ;; (Stefan Monnier) monnier@cs.yale.edu
12 ;; (Greg Klanderman) greg@alphatech.com 12 ;; (Greg Klanderman) greg@alphatech.com
13 ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com 13 ;; (Jari Aalto+mail.emacs) jari.aalto@poboxes.com
14 ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu 14 ;; Maintainer: (Stefan Monnier) monnier+lists/cvs/pcl@flint.cs.yale.edu
15 ;; Keywords: CVS, version control, release management 15 ;; Keywords: CVS, version control, release management
16 ;; Revision: $Id: pcvs.el,v 1.27 2001/04/13 15:18:11 monnier Exp $ 16 ;; Revision: $Id: pcvs.el,v 1.28 2001/07/16 07:46:48 pj Exp $
17 17
18 ;; This file is part of GNU Emacs. 18 ;; This file is part of GNU Emacs.
19 19
20 ;; GNU Emacs is free software; you can redistribute it and/or modify 20 ;; GNU Emacs is free software; you can redistribute it and/or modify
21 ;; it under the terms of the GNU General Public License as published by 21 ;; it under the terms of the GNU General Public License as published by
51 ;; To use PCL-CVS just use `M-x cvs-examine RET <dir> RET'. 51 ;; To use PCL-CVS just use `M-x cvs-examine RET <dir> RET'.
52 ;; There is a TeXinfo manual, which can be helpful to get started. 52 ;; There is a TeXinfo manual, which can be helpful to get started.
53 53
54 ;;; Bugs: 54 ;;; Bugs:
55 55
56 ;; - can somehow ignore important messages like `co aborted' or 56 ;; - Extracting an old version seems not to recognize encoding correctly.
57 ;; or `co: output error: No space left on device'. 57 ;; That's probably because it's done via a process rather than a file.
58 58
59 ;;; Todo: 59 ;;; Todo:
60 60
61 ;; ******** FIX THE DOCUMENTATION ********* 61 ;; ******** FIX THE DOCUMENTATION *********
62 ;; 62 ;;