On Thu, Jan 7, 2010 at 5:28 PM, Bram Moolenaar wrote:
>
> I have setup a Mercurial repository. It contains the same files that
> are in CVS, plus the updated runtime files.
>
> You can checkout the files with this command:
>
> hg clone https://vim.googlecode.com/hg/ vim
>
I got this error when running the above command:
abort: Python support for SSL and HTTPS is not installed
Exception exceptions.AttributeError: "'httpsrepository' object has no
attribute 'urlopener'" in <bound method httpsrepository.__del__ of
<mercurial.httprepo.httpsrepository object at 0x7f60bd06e0d0>> ignored
But running ('http' instead of 'https') works just fine:
hg clone http://vim.googlecode.com/hg/ vim
Not tested: the pyOpenSSL package from
http://pyopenssl.sourceforge.net/ may be the missing package in my
setup.
For information, there is a very useful mercurial extension that
allows seeing the diffs between two revisions in vim with the DirDiff
plugin, see
http://mercurial.selenic.com/wiki/ExtdiffExtension
and run 'hg vim -r n1:n2'
Thanks for setting up a Vim Mercurial repository, this is a very nice
tool.
Xavier
--
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php