equal
deleted
inserted
replaced
|
1 From artemis Sat Dec 29 07:57:17 2007 |
|
2 From: Dmitriy Morozov <morozov@cs.duke.edu> |
|
3 Date: Sat, 29 Dec 2007 02:52:52 EST |
|
4 State: new |
|
5 Subject: filters |
|
6 Message-Id: 8e4d2c2d12eb0169-0-artemis@metatron |
|
7 |
|
8 Add ability to define filters in .issues/.filter. ilist should be able |
|
9 to restrict listing of issues based on a filter. |
|
10 |
|
11 .issues/.filter could look as follows: |
|
12 [critical-1.0] |
|
13 due-in=1.0 |
|
14 priority=critical |
|
15 |
|
16 [gui] |
|
17 component=gui |
|
18 |
|
19 Then hg ilist -f critical-1.0 would show only issues with properties |
|
20 due-in and priority set to 1.0 and critical in the respective headers. |