.issues/8e4d2c2d12eb0169
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 30 Dec 2007 08:38:41 -0500
changeset 7 74cbd53bf7d8
parent 3 0bd1e95af89f
child 9 5319c712fa34
permissions -rwxr-xr-x
Implemented basic filters functionality in ilist (fixing 8e4)

From artemis Sat Dec 29 07:57:17 2007
From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Sat, 29 Dec 2007 02:52:52 EST
State: fixed
Subject: filters
Message-Id: 8e4d2c2d12eb0169-0-artemis@metatron

Add ability to define filters in .issues/.filter. ilist should be able
to restrict listing of issues based on a filter.

.issues/.filter could look as follows:
[critical-1.0]
due-in=1.0
priority=critical

[gui]
component=gui

Then hg ilist -f critical-1.0 would show only issues with properties
due-in and priority set to 1.0 and critical in the respective headers.

From MAILER-DAEMON Sun Dec 30 13:37:54 2007
From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Sun, 30 Dec 2007 08:37:54 EST
Subject: properties changes (state)
Message-Id: 8e4d2c2d12eb0169-1-artemis@metatron
References: 8e4d2c2d12eb0169-0-artemis@metatron

state=fixed