Bugzilla – Attachment 92085 Details for
Bug 129874
xemacs cvs problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
bugzilla-129874-do-not-output-useless-error-messages-when-using-cvs-status.patch
bugzilla-129874-do-not-output-useless-error-messages-when-using-cvs-status.patch (text/plain), 575 bytes, created by
Mike Fabian
on 2006-06-29 10:06:25 UTC
(
hide
)
Description:
bugzilla-129874-do-not-output-useless-error-messages-when-using-cvs-status.patch
Filename:
MIME Type:
Creator:
Mike Fabian
Created:
2006-06-29 10:06:25 UTC
Size:
575 bytes
patch
obsolete
>diff -ru packages.orig/xemacs-packages/pcl-cvs/pcl-cvs-parse.el packages/xemacs-packages/pcl-cvs/pcl-cvs-parse.el >--- packages.orig/xemacs-packages/pcl-cvs/pcl-cvs-parse.el 2002-03-21 04:40:21.000000000 +0100 >+++ packages/xemacs-packages/pcl-cvs/pcl-cvs-parse.el 2006-06-28 18:16:47.000000000 +0200 >@@ -149,7 +149,9 @@ > (and > (cvs-match ".*$") > (cvs-create-fileinfo 'MESSAGE cvs-current-dir " " >- (concat " Parser Error: '" (cvs-parse-msg) "'") >+ ;; (concat " Parser Error: '" >+ (cvs-parse-msg) >+ ;; "'") > :subtype 'ERROR))))) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 129874
:
92084
| 92085