# HG changeset patch # User Martin Geisler # Date 1266092500 -3600 # Node ID e957cc7cbd1430c2c00680234f9992943768b175 # Parent a565a2445eb5cf0b9b8cbd9d01cbcd9e25598977 minirst: support line blocks diff -r a565a2445eb5 -r e957cc7cbd14 mercurial/minirst.py --- a/mercurial/minirst.py Sat Feb 13 18:44:19 2010 +0100 +++ b/mercurial/minirst.py Sat Feb 13 21:21:40 2010 +0100 @@ -111,7 +111,7 @@ i += 1 return blocks -_bulletre = re.compile(r'(-|[0-9A-Za-z]+\.|\(?[0-9A-Za-z]+\)) ') +_bulletre = re.compile(r'(-|[0-9A-Za-z]+\.|\(?[0-9A-Za-z]+\)|\|) ') _optionre = re.compile(r'^(--[a-z-]+)((?:[ =][a-zA-Z][\w-]*)? +)(.*)$') _fieldre = re.compile(r':(?![: ])([^:]*)(?