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

git-svn-id: svn://10.0.0.236/trunk@157882 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kestes%walrus.com 2004-06-15 01:18:18 +00:00
parent 40ffaf95a8
commit a106a8efc9

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/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/test/vcsim/BonsaiData.pm,v $
# $Name: not supported by cvs2svn $
@ -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>';