diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 17:41:57 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-02-24 17:41:57 -0500 |
commit | ba96fb16bea4eee03d394d7d12b7e94295932a80 (patch) | |
tree | f5196bf85a6157e52464d811d571543ade901cf4 /doc/todo/mercurial.mdwn | |
parent | 60dc22c16d3722f7eca60e0daa7d557747bc3c1f (diff) | |
download | ikiwiki-ba96fb16bea4eee03d394d7d12b7e94295932a80.tar ikiwiki-ba96fb16bea4eee03d394d7d12b7e94295932a80.tar.gz |
response
Diffstat (limited to 'doc/todo/mercurial.mdwn')
-rw-r--r-- | doc/todo/mercurial.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn index bf1c3158c..e3fa70bc4 100644 --- a/doc/todo/mercurial.mdwn +++ b/doc/todo/mercurial.mdwn @@ -48,3 +48,5 @@ I have a few notes on mercurial usage after trying it out for a while: 1. I have noticed that running `ikiwiki` after a change to the wiki adds files to a directory called `recentchanges` under `$srcdir`. I don't understand why such files are needed; worse, they are not added to mercurial's list of tracked files, so they polute the output of `hg log`. Is this a bug? Should mercurial's commit hook be modified to add these files before the commit? --buo + +> No, those files should not be added to revision control. --[[Joey]] |