Closed
Bug 263881
Opened 21 years ago
Closed 9 years ago
cvsguess output for "No files matched this file name" should include what was being sought
Categories
(Webtools Graveyard :: Bonsai, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: tara)
References
()
Details
<h3>No files matched this file name. It may have been added recently.</h3>
the problem with this output is that it's utterly useless, there's no title, the
message is content free, and attaching the output to a bug doesn't help anyone
figure out what file couldn't be found.
Summary: cvsguess output → cvsguess output for "No files matched this file name" should include what was being sought
Comment 2•21 years ago
|
||
Should this one just be marked "INVALID" or "WONTFIX" then?
From http://lxr.mozilla.org/mozilla/source/webtools/bonsai/cvsguess.cgi:
71 if( @fl == 0 ){
72 print "<h3>No files matched this file name: " . &html_quote($file) .
73 ". It may have been added recently.</h3>";
74 }
So this bug seems to have been fixed.
Updated•19 years ago
|
QA Contact: timeless → bonsai
Comment 4•17 years ago
|
||
FIXED? WORKSFORME? INVALID?
Comment 5•9 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•