Hi,

> > I need documentation on what kind of state a bug can be in.
> > 
> > pending: field looks like what I'm looking for, but it is not the same
> > as what the index.db file has.
> > 
> > pending -- 'open' bugs
> > done -- 'done' bug
> > forwarded -- 'forwarded' bugs
> > 
> > Is this intentional 
> 
> Yes.
> 
> > and where is this terminology documented?
> 
> In cgi/common.pl [of course ;-)]:
> 
>     $status{"pending"} = 'pending';
>     $status{"pending"} = 'forwarded'        if (length($status{"forwarded"}));
>     $status{"pending"} = 'pending-fixed'    if ($tags{pending});
>     $status{"pending"} = 'fixed'            if ($tags{fixed});

It might justify to add a comment.

status "pending" = pending -- 'outstanding' or 'open' in other debbugs terms.
status "pending" = pending-fixed -- 'pending' in other debbugs terms


regards,
        junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to