Friday, March 4, 2011

Re: To be strange or not to be strange...?

> But where is patch 7.3.000 to lift 7.2.446 up to 7.3.000?

As far as I know, these are not published. Each new 'point' version
starts out as a source tarball, and then has patched published against
it. There are no tarballs for versions with nonzero patchlevels, and no
patches for versions with zero patchlevel.

Of course, you could always generate a patch using hg, but why you would
want to, I don't know!

> Anyway...I will user hq now....the only question open right here
> is: What is the spelling of the version string to be fed into hg ?

To get 7.3.000, you can do

hg update ee53a39d5896

To get the latest, you can do

hg update default

To check online and bring the latest changes into your local repository,
do

hg pull
hg update default

Of course, before you do any of this, you need to clone the repository.
I think somebody already gave instructions on how to do that, or there
are instructions on the Vim website.

Ben.

--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments:

Post a Comment