File: i_b5a4ef93.cil

package info (click to toggle)
cil 0.07.00-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 736 kB
  • ctags: 202
  • sloc: perl: 1,897; makefile: 53
file content (38 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Summary: Add a '--commit' to 'cil add' (plus some others)
Status: Finished
CreatedBy: Andrew Chilton <andychilton@gmail.com>
AssignedTo: Andrew Chilton <andychilton@gmail.com>
Label: Milestone-v0.06
Comment: d98c9a37
Comment: da74ee18
Inserted: 2009-12-23T06:27:27
Updated: 2010-01-22T02:15:23

When adding a new issue, I usually do:

 $ cil add
 ...
 $ git add issues/i_cafebabe.cil
 $ git commit -m 'cil-cafebabe: New Issue' issues/i_cafebabe.cil

To shortcut this, having the following would be nice:

 $ cil add --commit

Also, having the following would also be nice:

 $ cil comment --add cafebabe

to do:

 $ cil comment cafebabe
 ...
 $ cil add issues/i_cafebabe.cil issues/c_deadbeef.cil

Maybe review some other commands. e.g:

 $ cil status --commit InProgress cafebabe
 $ cil status --add InProgress cafebabe
 $ cil label --add/commit Milestone-v0.3 cafebabe baadf00d effic0de

Should be nice :)