Changeset 4148 for trunk/lisp/pcvs-parse.el
- Timestamp:
- 08/18/06 08:35:31 (2 years ago)
- Files:
-
- trunk/lisp/pcvs-parse.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/pcvs-parse.el
r4073 r4148 286 286 (cvs-or 287 287 (cvs-match "warning: \\(.*\\) is not (any longer) pertinent$" (file 1)) 288 (cvs-match "\\(.*\\) is no longer in the repository$" (file 1))) 288 (cvs-match "`\\(.*\\)' is no longer in the repository$" (file 1)) 289 (cvs-match "\\(.*\\) is no longer in the repository$" (file 1))) 289 290 (cvs-parsed-fileinfo 290 291 (if dont-change-disc '(NEED-UPDATE . REMOVED) 'DEAD) file))
