Comment 2 for bug 48070

Revision history for this message
Celso Providelo (cprov) wrote :

Currently queue supports another way to batch operations, a file containing one action per line, something like:

{{{
accept 123
fetch 456
reject 789
override 654 source universe/python
}}}

Use queue -f commands (-N for dry-run if you want to test stuff)
I
t's not as intuitive as your suggestion but I hope it helps ...