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 15:52:40 +1200
commit68c0b1e19dd90db236a5b9dd862ab3251c0817a0 (patch)
tree3ac48050b8aa948f88cbf4492799ed3856e0a1fd /README
parentf6649a52ff5610af925818cddd720fa5945bd6b3 (diff)
Imported Upstream version 0.5.0upstream/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.
+
===============================================================================