From 19eba5f2ad652205fafc178ccc57346898c9764f Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 13 Nov 2008 23:02:55 -0800 Subject: Allow bug aliases for explicit bug lookups. --- bugzilla.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugzilla.rb b/bugzilla.rb index d0fe2db..6300de2 100644 --- a/bugzilla.rb +++ b/bugzilla.rb @@ -1019,7 +1019,7 @@ plugin.default_auth( 'view', true ) plugin.map 'bug :zilla :number', :requirements => { - :number => /^#?\d+$/, + :number => /^#?\d+$|^\S+$/, :zilla => /^[^ ]+$/ }, :defaults => { :zilla => nil }, -- cgit v1.2.3-65-gdbad