summaryrefslogtreecommitdiff
path: root/issues/i_768d9434.cil
diff options
context:
space:
mode:
authorAndrew Chilton <andychilton@gmail.com>2008-07-05 15:52:40 +1200
committerAndrew Chilton <andychilton@gmail.com>2008-07-05 15:52:40 +1200
commit68c0b1e19dd90db236a5b9dd862ab3251c0817a0 (patch)
tree3ac48050b8aa948f88cbf4492799ed3856e0a1fd /issues/i_768d9434.cil
parentf6649a52ff5610af925818cddd720fa5945bd6b3 (diff)
Imported Upstream version 0.5.0upstream/0.5.0
Diffstat (limited to 'issues/i_768d9434.cil')
-rw-r--r--issues/i_768d9434.cil28
1 files changed, 28 insertions, 0 deletions
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.