* Tony Mechelynck <[email protected]> [251106 12:37]: > Hm. I had thought to enable the Mercurial "git" extension but its help > is not very helpful. The following is all it says (for hg version > 7.1.1): > > git extension - grant Mercurial the ability to operate on Git repositories. > (EXPERIMENTAL) > > This is currently super experimental. It probably will consume your firstborn > a la Rumpelstiltskin, etc. > > (use 'hg help extensions' for information on enabling extensions)
Tony, I use hggit. To enable it, add to your ~/.hgrc (or .hg/hgrc in a specific repo): [extensions] hggit = Then you can get help with «hg help hggit». Basically, you just clone the git repo: hg clone git+https://github.com/vim/vim.git and then use it as a local Mercurial repo, including push and pull. ...Marvin -- -- 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]. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/aQzsbO5nBKHn%2B0kd%40basil.wdw.
