summaryrefslogtreecommitdiff
path: root/issues/i_99d9dd74.cil
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-05 18:46:31 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-05 18:48:50 +1200
commit9df4be6a1ebcfbf970c14fa32d26057f5b9bdfb8 (patch)
tree815bcb660aec3e0034934d8ebca42052c1bae1c1 /issues/i_99d9dd74.cil
parent36f103089571e9c0a545198033d97c55b2612172 (diff)
parent1515145646c5aa80eb4c298607ea33da731ab586 (diff)
Merge branch 'upstream'
Diffstat (limited to 'issues/i_99d9dd74.cil')
-rw-r--r--issues/i_99d9dd74.cil31
1 files changed, 0 insertions, 31 deletions
diff --git a/issues/i_99d9dd74.cil b/issues/i_99d9dd74.cil
deleted file mode 100644
index 208d1b9..0000000
--- a/issues/i_99d9dd74.cil
+++ /dev/null
@@ -1,31 +0,0 @@
-Summary: Add a filter '--grep=regex'
-Status: New
-CreatedBy: Andrew Chilton <andychilton@gmail.com>
-AssignedTo: Andrew Chilton <andychilton@gmail.com>
-Label: Milestone-Future
-Label: Release-v0.2.1
-Label: Type-Enhancement
-Inserted: 2008-06-24T12:16:57
-Updated: 2008-06-27T23:59:48
-
-Having a 'grep' filter would be quite powerful. It could be used in the 'list'
-and 'summary' commands. It would be good if it accepts Perl regexes and might
-work a little something like this:
-
-Find all issues with 'screenshot' in them:
-
- $ cil list --grep=screenshot
-
-Find any issue that mentions one of the following:
-
- $ cil list --grep=css|html|javascript
-
-This one would be directed at the 'CreatedBy' and 'AssignedTo' fields:
-
- $ cil list --grep=andychilton@
-
-This one would probably be targeted at the 'Label' field:
-
- $ cil list --grep=^Release-v0.2
-
-So accepting Perl regexes would be excellent.