response
authorJoey Hess <joey@kodama.kitenet.net>
Sun, 24 Feb 2008 22:41:57 +0000 (17:41 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Sun, 24 Feb 2008 22:41:57 +0000 (17:41 -0500)
doc/todo/mercurial.mdwn

index bf1c3158cced95c215b672f29c7edc9d1cc164e9..e3fa70bc42af4f7a8e3e37f40ea1afd0aa4038fe 100644 (file)
@@ -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]]