From 46c9fb479d36e0a0b3fcbc447d7483ec09666d43 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Thu, 4 Jul 2002 06:07:09 +0000 Subject: Fix for bug 99203: Implements bug aliases feature. r=bbaetz,jouni --- defparams.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'defparams.pl') diff --git a/defparams.pl b/defparams.pl index f4fd85f6f..30a7b5fc0 100644 --- a/defparams.pl +++ b/defparams.pl @@ -400,6 +400,12 @@ DefParam("usedependencies", "b", 1); +DefParam("usebugaliases", + "Do you wish to use bug aliases, which allow you to assign bugs + an easy-to-remember name by which you can refer to them?", + "b", + 0); + DefParam("webdotbase", "It is possible to show graphs of dependent bugs. You may set this parameter to any of the following: -- cgit v1.2.3-24-g4f1b