← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] ~ilasc/launchpad:add-dne-bug-task-status into launchpad:master

 


Diff comments:

> diff --git a/lib/lp/bugs/interfaces/bugtask.py b/lib/lp/bugs/interfaces/bugtask.py
> index 5d22a40..027612d 100644
> --- a/lib/lp/bugs/interfaces/bugtask.py
> +++ b/lib/lp/bugs/interfaces/bugtask.py
> @@ -224,6 +224,12 @@ class BugTaskStatus(DBEnumeratedType):
>          The fix was released.
>          """)
>  
> +    DOES_NOT_EXIST = DBItem(35, """
> +        Does not exist
> +
> +        The package does not exist in this series.

Should this be "package does not exist in this series" instead of something like "bug does not exist in this series"?

> +        """)
> +
>      UNKNOWN = DBItem(999, """
>          Unknown
>  


-- 
https://code.launchpad.net/~ilasc/launchpad/+git/launchpad/+merge/415250
Your team Launchpad code reviewers is requested to review the proposed merge of ~ilasc/launchpad:add-dne-bug-task-status into launchpad:master.



References