From 68c0b1e19dd90db236a5b9dd862ab3251c0817a0 Mon Sep 17 00:00:00 2001 From: Andrew Chilton Date: Sat, 5 Jul 2008 15:52:40 +1200 Subject: Imported Upstream version 0.5.0 --- issues/c_3da3fd2f.cil | 6 ++++++ issues/c_70533ec8.cil | 7 +++++++ issues/c_a8edef8d.cil | 7 +++++++ issues/i_6b087805.cil | 13 +++++++++++++ issues/i_768d9434.cil | 28 ++++++++++++++++++++++++++++ issues/i_a90ad11f.cil | 5 +++-- 6 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 issues/c_3da3fd2f.cil create mode 100644 issues/c_70533ec8.cil create mode 100644 issues/c_a8edef8d.cil create mode 100644 issues/i_6b087805.cil create mode 100644 issues/i_768d9434.cil (limited to 'issues') 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 +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 +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 +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 +AssignedTo: Andrew Chilton +Label: Milestone-v0.5 +Label: Type-Enhancement +Comment: 3da3fd2f +Inserted: 2008-07-03T10:10:50 +Updated: 2008-07-03T11:23:03 + +A 'cil steal ' command would be helpful to assign issues to yourself. +This is just shorthabe for editing an issue and putting your "UserName +" 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 +AssignedTo: Andrew Chilton +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 AssignedTo: Andrew Chilton +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: -- cgit v1.2.3