diff options
Diffstat (limited to 'issues')
-rw-r--r-- | issues/c_3da3fd2f.cil | 6 | ||||
-rw-r--r-- | issues/c_70533ec8.cil | 7 | ||||
-rw-r--r-- | issues/c_a8edef8d.cil | 7 | ||||
-rw-r--r-- | issues/i_6b087805.cil | 13 | ||||
-rw-r--r-- | issues/i_768d9434.cil | 28 | ||||
-rw-r--r-- | issues/i_a90ad11f.cil | 5 |
6 files changed, 64 insertions, 2 deletions
diff --git a/issues/c_3da3fd2f.cil b/issues/c_3da3fd2f.cil new file mode 100644 index 0000000..323073e --- /dev/null +++ b/issues/c_3da3fd2f.cil @@ -0,0 +1,6 @@ +Issue: 6b087805 +CreatedBy: Andrew Chilton <andychilton@gmail.com> +Inserted: 2008-07-03T11:15:33 +Updated: 2008-07-03T11:16:26 + +Done. Pretty easy eh! diff --git a/issues/c_70533ec8.cil b/issues/c_70533ec8.cil new file mode 100644 index 0000000..bca6d44 --- /dev/null +++ b/issues/c_70533ec8.cil @@ -0,0 +1,7 @@ +Issue: 768d9434 +CreatedBy: Andrew Chilton <andychilton@gmail.com> +Inserted: 2008-07-05T03:08:49 +Updated: 2008-07-05T03:09:11 + +Done. For now it just loops through the comments and attachments, though there +is no checking done. diff --git a/issues/c_a8edef8d.cil b/issues/c_a8edef8d.cil new file mode 100644 index 0000000..d395555 --- /dev/null +++ b/issues/c_a8edef8d.cil @@ -0,0 +1,7 @@ +Issue: a90ad11f +CreatedBy: Andrew Chilton <andychilton@gmail.com> +Inserted: 2008-07-03T10:48:45 +Updated: 2008-07-03T10:49:42 + +Added a default .cil file when creating a repo. Also allows the '--bare' option +so that advanced users can do what they like. diff --git a/issues/i_6b087805.cil b/issues/i_6b087805.cil new file mode 100644 index 0000000..186f86d --- /dev/null +++ b/issues/i_6b087805.cil @@ -0,0 +1,13 @@ +Summary: Add a 'steal' command +Status: Finished +CreatedBy: Andrew Chilton <andychilton@gmail.com> +AssignedTo: Andrew Chilton <andychilton@gmail.com> +Label: Milestone-v0.5 +Label: Type-Enhancement +Comment: 3da3fd2f +Inserted: 2008-07-03T10:10:50 +Updated: 2008-07-03T11:23:03 + +A 'cil steal <issue>' command would be helpful to assign issues to yourself. +This is just shorthabe for editing an issue and putting your "UserName +<UserEmail>" into the 'AssignedTo' field. diff --git a/issues/i_768d9434.cil b/issues/i_768d9434.cil new file mode 100644 index 0000000..16d9919 --- /dev/null +++ b/issues/i_768d9434.cil @@ -0,0 +1,28 @@ +Summary: Add a command 'track' +Status: Finished +CreatedBy: Andrew Chilton <andychilton@gmail.com> +AssignedTo: Andrew Chilton <andychilton@gmail.com> +Label: Milestone-v0.5 +Label: Type-Enhancement +Comment: 70533ec8 +Inserted: 2008-07-05T02:58:20 +Updated: 2008-07-05T03:09:11 + +A new command called 'track' would be good so that you can tell 'cil' to tell +your CVS which files to track. This means you don't have to keep adding all +those issues and/or comments to your repo manually and all the dependecies are +done. + +e.g. + + $ cil track cafebabe + git add issues/i_cafebabe.cil + git add issues/c_decaf7ea.cil + git add issues/a_deadbeaf.cil + +Maybe for now it should just print those lines out, but in the future a command +line option means to actually do it. In the this state, you could always do: + + $ cil track cafebabe | sh + +which would then do it for you. diff --git a/issues/i_a90ad11f.cil b/issues/i_a90ad11f.cil index e02b869..ae4c429 100644 --- a/issues/i_a90ad11f.cil +++ b/issues/i_a90ad11f.cil @@ -1,10 +1,11 @@ Summary: Write a default .cil file so --commands work -Status: New +Status: Finished CreatedBy: Nigel McNie <nigel@mcnie.name> AssignedTo: Andrew Chilton <andychilton@gmail.com> +Comment: a8edef8d Comment: d6ee2369 Inserted: 2008-07-02T12:22:45 -Updated: 2008-07-02T12:42:18 +Updated: 2008-07-03T10:52:32 When I tried to use cil for the first time, I did: |