minor change to improve consistancy and add bug numbers to some comments.

This commit is contained in:
kestes%walrus.com 2004-06-15 01:18:18 +00:00
parent 8d48c74e1c
commit a7e650a21b

View File

@ -4,8 +4,8 @@
# bonsai database availible.
# $Revision: 1.3 $
# $Date: 2003/12/23 13:10:17 $
# $Revision: 1.4 $
# $Date: 2004/06/15 01:18:18 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/test/vcsim/BonsaiData.pm,v $
# $Name: $
@ -79,7 +79,7 @@ use lib '#tinder_libdir#';
'bugid=186056 browser crashed on second call to applet using javascript
r=brendan@mozilla.org sr=beard@netscape.com',
'don\'t return a value from a |void| function. fixing ports bustage.',
'Leak cleaning.',
'Leak cleaning. bug: 12345',
);
sub pickone {
@ -185,7 +185,7 @@ sub get_checkin_data {
$time += $next_checkin;
my (
$rectype, $time, $author,
$rectype, $author,
$repository, $repository_dir, $file,
$revision,
$sticky, $branch,
@ -194,6 +194,7 @@ sub get_checkin_data {
# I do not use these Bonsai fields.
$repository= '<ignore>';
$lines_added = '<ignore>';
$lines_removed = '<ignore>';
$sticky = '<ignore>';