Install subvertpy bindings for hgsubversion
Eduard-Cristian Stefan
alexandrul.ct at gmail.com
Wed Jul 20 16:52:55 UTC 2011
On 2011-07-20 19:35, Robert Altman wrote:
> How do you install subvertpy binding for hgsubversion?
My ready-to-use extensions are here:
https://bitbucket.org/alexandrul/py26_hgext_x86
Subvertpy must be found by TortoiseHg, so you can
add subvertpy folder to PYTHONPATH env var,
or you can use another extension like 00syspath.py:
import sys
sys.path.insert('c:\\full\\path\\to\\subvertpy__0.8.1')
Have a nice day,
Eduard
More information about the Mercurial
mailing list