]> git.mjollnir.org Git - cil.git/commitdiff
Take #a90ad11f off Nigel and add a comment.
authorAndrew Chilton <andychilton@gmail.com>
Wed, 2 Jul 2008 12:43:29 +0000 (00:43 +1200)
committerAndrew Chilton <andychilton@gmail.com>
Wed, 2 Jul 2008 12:43:29 +0000 (00:43 +1200)
issues/c_d6ee2369.cil [new file with mode: 0644]
issues/i_a90ad11f.cil

diff --git a/issues/c_d6ee2369.cil b/issues/c_d6ee2369.cil
new file mode 100644 (file)
index 0000000..f1deb9a
--- /dev/null
@@ -0,0 +1,22 @@
+Issue: a90ad11f
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+Inserted: 2008-07-02T12:40:07
+Updated: 2008-07-02T12:42:18
+
+Nigel suggested on IRC of using the example .cil file in the manpage if wanting a default file:
+
+   StatusStrict: 1
+   StatusAllowedList: New
+   StatusAllowedList: InProgress
+   StatusAllowedList: Finished
+   StatusOpenList: New
+   StatusOpenList: InProgress
+   StatusClosedList: Finished
+   LabelStrict: 1
+   LabelAllowedList: Type-Enhancement
+   LabelAllowedList: Type-Defect
+   LabelAllowedList: Priority-High
+   LabelAllowedList: Priority-Medium
+   LabelAllowedList: Priority-Low
+
+Maybe a 'DefaultAssignedTo' in the .cil file might help.
index f5a363071bc25c5dac77fdfc1a45ee55951bc99a..e02b869fd49b4d90e94bfb1e95b2cdd583f82402 100644 (file)
@@ -1,9 +1,10 @@
 Summary: Write a default .cil file so --commands work
 Status: New
 CreatedBy: Nigel McNie <nigel@mcnie.name>
-AssignedTo: Nigel McNie <nigel@mcnie.name>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Comment: d6ee2369
 Inserted: 2008-07-02T12:22:45
-Updated: 2008-07-02T12:24:24
+Updated: 2008-07-02T12:42:18
 
 When I tried to use cil for the first time, I did:
 
@@ -13,8 +14,10 @@ cil init
 cil add
 cil list --is-open
 
-And got no results. Because cil didn't know at that point what statuses counted as 'open'.
+And got no results. Because cil didn't know at that point what statuses counted
+as 'open'.
 
-It would be nice if a default .cil was written out, with just enough statuses etc. in it to make those common --command flags work.
+It would be nice if a default .cil was written out, with just enough statuses
+etc. in it to make those common --command flags work.
 
 You could also add cil init --bare to not write this out.