codereview extension under Windows/Mingw Mercurial

105 views
Skip to first unread message

Maximilian Hantsch-Köller

unread,
Feb 20, 2011, 9:52:48 AM2/20/11
to golan...@googlegroups.com
Hi,

how did anyone get the codereview extension running under Mercurial for Windows? Do I have to install python & build Mercurial from source?
Just adding the codereview extension to my Mercurial config did not work as it is a precompiled Windows .exe and it looks like it does not easily incorporate extensions.

Max

peterGo

unread,
Feb 21, 2011, 1:42:36 AM2/21/11
to golang-nuts
Max,

Install the Windows binary package for TortoiseHg:
http://tortoisehg.bitbucket.org/download/index.html

Or, install the Windows binary package for Mercurial:
http://mercurial.selenic.com/wiki/Download

Follow the Go Contribution Guidelines for code review:
http://golang.org/doc/contribute.html

The Go code review process uses a Python script to interact with the
Go repository via the Rietveld Code Review Tool.

Peter

On Feb 20, 9:52 am, Maximilian Hantsch-Köller <mhant...@gmail.com>
wrote:

mattn

unread,
Feb 21, 2011, 1:50:46 AM2/21/11
to golan...@googlegroups.com
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



Reply all
Reply to author
Forward
0 new messages