From: Don Armstrong Date: Thu, 7 Aug 2008 19:35:50 +0000 (-0700) Subject: indicate whether a bug is archived or not in status X-Git-Tag: release/2.6.0~488^2~14 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=79008a8d728e53266aebba1b66cd8d6a1ca3a9c9 indicate whether a bug is archived or not in status --- diff --git a/Debbugs/Status.pm b/Debbugs/Status.pm index b8ed82b..e57a852 100644 --- a/Debbugs/Status.pm +++ b/Debbugs/Status.pm @@ -249,6 +249,7 @@ sub read_bug{ # Add log last modified time $data{log_modified} = (stat($log))[9]; $data{location} = $location; + $data{archived} = $location eq 'archive'; $data{bug_num} = $param{bug}; return \%data;