* Tony Mechelynck <antoine.mechely...@gmail.com> [250715 07:36]:
> On Tue, Jul 15, 2025 at 8:13 AM Christian Brabandt <cbli...@256bit.org> wrote:
> > > N.B. I am getting sporadically "HTTP error 503: Service unavailable",
> > > often but not every time, and when I don't there are "no changes
> > > found".
> >
> > It might be time to consider migrating to git.
> 
> I hate git, if I try I expect to be constantly doing the opposite of
> what I mean to do. Am I really the only one still getting the Vim
> source from the Mercurial server ?

I know I have suggested this before, but you can use the hggit extension
(Debian package mercurial-git).  Enable it in ~/.hgrc as

  [extensions]
  hggit =

You can then clone a git repo as a local mercurial repo with, e.g.,

  hg clone git+https://github.com/vim/vim.git

For large repos like vim, there are really only two downsides to this:
it takes a while to convert the git repo to mercurial during the initial
clone, and it take twice as much disk space because hggit needs a local
copy of the git repo in addition to the hg repo.

These are both relatively mild annoyances compared to the benefit of
being able to use mercurial to manage the repo locally.  The vim git
repo is only about 250M, which really isn't that much.

...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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/vim_dev/aHZVhqVKgc5%2BmUQl%40basil.wdw.

Raspunde prin e-mail lui