Date: Sun, 7 Oct 2012 18:34:10 +0000 (UTC) From: Isabell Long <issyl0@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39680 - head/en_US.ISO8859-1/htdocs/cgi Message-ID: <201210071834.q97IYASa048893@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: issyl0 Date: Sun Oct 7 18:34:10 2012 New Revision: 39680 URL: http://svn.freebsd.org/changeset/doc/39680 Log: Related to r39679: - Remove the repocopy CSS rule. - Remove another block of text about repocopies. Reviewed by: bugmeister (eadler) Approved by: gabor (mentor) Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi Modified: head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi ============================================================================== --- head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi Sun Oct 7 17:52:42 2012 (r39679) +++ head/en_US.ISO8859-1/htdocs/cgi/query-pr-summary.cgi Sun Oct 7 18:34:10 2012 (r39680) @@ -86,7 +86,6 @@ if ($html_mode) { ".a { background-color: #cffafd; }\n" . ".f { background-color: #ffc; }\n" . ".p { background-color: #d1fbd6; }\n" . - ".r { background-color: #d6cfc4; }\n" . ".s { background-color: #fcccd9; }\n" . ".c { background-color: #c1d5db; }\n" . "--></style>"; @@ -177,11 +176,6 @@ p - patched A patch has been committed, but some issues (MFC and / or confirmation from originator) are still open. -r - repocopy -The resolution of the problem report is dependent on - a repocopy operation within the CVS repository which - is awaiting completion. - s - suspended The problem is not being worked on, due to lack of information or resources. This is a prime candidate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071834.q97IYASa048893>