From f6649a52ff5610af925818cddd720fa5945bd6b3 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Fri, 4 Jul 2008 16:17:33 +1200 Subject: Imported Upstream version v0.4.2 --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README') diff --git a/README b/README index c0f3d5e..bceb623 100644 --- a/README +++ b/README @@ -38,6 +38,7 @@ When listing the issues, they can also be filtered: $ cil list --label=Type-Enhancement $ cil list --is-open $ cil list --label=Milestone-v0.3 --is-open + $ cil list --is-mine You can see what the issue name is by looking at the 'Issue' title. Imagine it is 'cafebabe' (which by default is the time from epoch). To see your issue @@ -81,6 +82,15 @@ it from the issue: $ cil extract decaf7ea --filename=mycore +If someone sends you a bug report or a comment via email and you wish to import +it into your issues list, you can use the 'am' command to do it's best to +import it. It will try and figure out if an issue is already mentioned and if +so, will try and import the email as a comment for that particular issue. In +the case where an existing issue is not found, it will import the email as a +new issue: + + $ cil am email.txt + Finally, because the cil issue files reside on the filesystem in flat files, there needs to be a way to check the integrity of the issues, therefore you can run this to do checks regarding the whole issue list: -- cgit v1.2.3