summaryrefslogtreecommitdiff
path: root/README
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 17:50:58 +1200
commita3f13e665421896f16859628d0876530b4cc210e (patch)
treebfb59e57eb15fe5e02bfa85111f2dbe0e46bb822 /README
parentc3e2ac27a81aa8020165d27f0b7eab4fee079354 (diff)
Imported Upstream version 0.5.0
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index bceb623..27404a5 100644
--- a/README
+++ b/README
@@ -100,4 +100,14 @@ run this to do checks regarding the whole issue list:
That's it for now. As you can see, if you've played with any kind of bug/issue
tracker before, 'cil' is straightforward.
+Sometimes, you might add someone else repository from which you want to fetch
+both code and issues. If you merge a new issue and you want to assign it to
+yourself, instead of editing the issue and having to type in your name and
+email, just use 'cil steal'. This will assign the issue to yourself and save it
+back out:
+
+ $ cil steal cafebabe
+
+Then just commit it to your VCS.
+
===============================================================================