# HG changeset patch # User theaspect@gmail.com # Date 1369064474 -28800 # Node ID 0c5a7b4e66134e4cc8294a13d7b8b8d4ba5481a3 # Parent af6d0c8414f2d7840d81c705b88fe2efc22ec53f Fix config template diff -r af6d0c8414f2 -r 0c5a7b4e6613 ReadMe.markdown --- a/ReadMe.markdown Mon May 20 22:02:59 2013 +0700 +++ b/ReadMe.markdown Mon May 20 23:41:14 2013 +0800 @@ -20,10 +20,11 @@ config: [web] - templates = /example/hgext.markdown + # Must be absolute path + templates = /example/hgext.markdown/templates style = markdown - markdown.changeid = tip #optional; 'tip' is default value. - + #optional; 'tip' is default value. + markdown.changeid = tip [extensions] hgext.markdown=/example/hgext.markdown