From b275a1696ef28e62540f62378f8c8b200f730b76 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Mon, 16 Feb 2004 14:30:57 +0000 Subject: [PATCH] Add the repocopy state. --- en/cgi/query-pr-summary.cgi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/en/cgi/query-pr-summary.cgi b/en/cgi/query-pr-summary.cgi index cc2ffe42ac..cec6601adf 100755 --- a/en/cgi/query-pr-summary.cgi +++ b/en/cgi/query-pr-summary.cgi @@ -1,5 +1,5 @@ #!/usr/bin/perl -T -# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.41 2003/12/27 14:32:15 ceri Exp $ +# $FreeBSD: www/en/cgi/query-pr-summary.cgi,v 1.42 2003/12/27 14:44:57 ceri Exp $ sub escape($) { $_ = $_[0]; s/&/&/g; s//>/g; $_; } @@ -132,6 +132,11 @@ ${dt}${st}p - patched${st_e} ${dd}A patch has been committed, but some issues (MFC and / or ${dd_x}confirmation from originator) are still open. +${dt}${st}r - repocopy${st_e} +${dd}The resolution of the problem report is dependent on +${dd_x}a repocopy operation within the CVS repository which +${dd_x}is awaiting completion. + ${dt}${st}s - suspended${st_e} ${dd}The problem is not being worked on, due to lack of information ${dd_x}or resources. This is a prime candidate