.issues/8e4d2c2d12eb0169
changeset 22 88f126b2dd08
parent 21 5b3579dc7abf
child 23 a42b9c661bc1
equal deleted inserted replaced
21:5b3579dc7abf 22:88f126b2dd08
     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 -0500
       
     4 State: fixed
       
     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.
       
    21 
       
    22 From MAILER-DAEMON Sun Dec 30 13:37:54 2007
       
    23 From: Dmitriy Morozov <morozov@cs.duke.edu>
       
    24 Date: Sun, 30 Dec 2007 08:37:54 -0500
       
    25 Subject: properties changes (state)
       
    26 Message-Id: <8e4d2c2d12eb0169-1-artemis@metatron>
       
    27 In-Reply-To: <8e4d2c2d12eb0169-0-artemis@metatron>
       
    28 References: <8e4d2c2d12eb0169-0-artemis@metatron>
       
    29 
       
    30 state=fixed