On Di, 18 Aug 2015, Bram Moolenaar wrote: > Note: I have started doing things "for real". > The cleaned up Mercurial repository has been pushed to Google code.
I have resynced the bitbucket mirror. I will update the sync script tomorrow, when the new github repository should be available. And once it is there, I will switch on to sync the repository every 15 Minutes. Here is a documentation update: Stay with mercurial =================== A repository at bitbucket.org has been setup that mirrors the official Vim source repository at https://github.com/vim/vim To switch to the new mercurial repository, simply edit the file .hg/hgrc in the mercurial vim repository and change the following line [paths] default = https://code.google.com/p/vim/ to the new repository: [paths] default = https://bitbucket.org/vim-mirror/vim That's it. Run `hg pull -u` to fetch from the new mercurial repository and update your working copy. For developing patches, you can proceed as mentioned at http://www.vim.org/develop.php Best, Christian -- Die Menschen sind durch die unendlichen Bedingungen des Erscheinens dergestalt obruiert, dass sie das eine Urbedingende nicht gewahren können. -- Goethe, Maximen und Reflektionen, Nr. 850 -- -- You received this message from the "vim_dev" 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 --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
