Added filters (8e4) and attachments (955) issues
authorDmitriy Morozov <morozov@cs.duke.edu>
Sat, 29 Dec 2007 02:58:03 -0500
changeset 3 0bd1e95af89f
parent 2 9e804a85c82c
child 4 bf71e2069dbd
Added filters (8e4) and attachments (955) issues
.issues/8e4d2c2d12eb0169
.issues/95536ae767c2743a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/8e4d2c2d12eb0169	Sat Dec 29 02:58:03 2007 -0500
@@ -0,0 +1,20 @@
+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: new
+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.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.issues/95536ae767c2743a	Sat Dec 29 02:58:03 2007 -0500
@@ -0,0 +1,10 @@
+From artemis Sat Dec 29 07:52:09 2007
+From: Dmitriy Morozov <morozov@cs.duke.edu>
+Date: Sat, 29 Dec 2007 02:50:26 EST
+State: new
+Subject: attachments in iadd
+Message-Id: 95536ae767c2743a-0-artemis@metatron
+
+Add ability to attach files in iadd command. Perhaps use -a flag for
+it (allowing multiple attachments). Store as a multipart message. List
+all parts of messages in ishow.