On 08/05/13 16:15, Olemis Lang wrote:
On 5/8/13, Gary Martin <[email protected]> wrote:
On 07/05/13 20:10, Olemis Lang wrote:
On 5/7/13, Gary Martin <[email protected]> wrote:
On 7 May 2013 16:31, Apache Bloodhound <[email protected]>
wrote:
[...]
Talking of which, we could probably do with admin commands updating so
that
it is possible to set these details from the command line.
Is this comment related somehow to #475 ?
If it is, how does that allow me to add a resolution enum to a product,
for example?
Product prefix = test
{{{
#!sh
$ sudo trac-admin /path/to/trac/env
Welcome to trac-admin 1.0.1
Interactive Trac administration console.
Copyright (C) 2003-2013 Edgewall Software
Type: '?' or 'help' for help on commands.
Trac [/path/to/trac/env]> product admin test resolution list
Possible Values
---------------
fixed
invalid
wontfix
duplicate
worksforme
Trac [/path/to/trac/env]> product admin test resolution add custom
Trac [/path/to/trac/env]> product admin test resolution list
Possible Values
---------------
fixed
invalid
wontfix
duplicate
worksforme
custom
}}}
Fair enough. I didn't spot that in the list of commands. I obviously was
not looking hard enough.
Cheers,
Gary