aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2008-03-05 11:36:02 -0500
committerJoey Hess <joey@kitenet.net>2008-03-05 11:36:02 -0500
commit90fa2fa22768b8a3473fb1c443544d52ee948955 (patch)
tree42497e530af139db90e05c9dcc8ba2045d7b7516 /doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn
parent5508ceaaa00426668dc2aba0100f95d789494017 (diff)
downloadikiwiki-90fa2fa22768b8a3473fb1c443544d52ee948955.tar
ikiwiki-90fa2fa22768b8a3473fb1c443544d52ee948955.tar.gz
web commit by buo: escape inline directive
Diffstat (limited to 'doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn')
-rw-r--r--doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn b/doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn
index 18a203386..1d5ca2d0c 100644
--- a/doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn
+++ b/doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn
@@ -2,7 +2,7 @@ I am using mercurial as RCS backend and ikiwiki 2.40.
It seems that, when adding a blog post, it is not immediately commited to the mercurial repo. I have a page with this directive:
- [[!inline pages="journal/blog2008/* and !*/Discussion" show="0" feeds="no" actions="yes" rootpage="journal/blog2008"]]
+ \[[!inline pages="journal/blog2008/* and !*/Discussion" show="0" feeds="no" actions="yes" rootpage="journal/blog2008"]]
When I add a blog post, I see it on the wiki but it doesn't appear on `History` or `RecentChanges`. If I run `hg status` on the wiki source dir, I see the new file has been marked as `A` (ie, a new file that has not been commited).