windows binary package of mercurial is work correctly. but some modules needed by codereview extension is not included.
perhaps, you need to add some modules into library.zip that's in "c:\program files\mercurial\library.zip".
1. install mercurial binary package
2. inastall python2.7 binary package
3. copy following modules into the root folder of "library.zip" from python2.7/lib/
markupbase.py
htmlentitydefs.py
HTMLParser.py
- Yasuhiro Matsumoto