This is what I see on the console:
linux-2iyu:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date
abort: error: Connection timed out
exit status 255
Wed 11 Mar 20:10:27 CET 2020
linux-2iyu:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date
abort: error: Connection timed out
exit status 255
Wed 11 Mar 20:25:34 CET 2020
linux-2iyu:~/.build/vim/vim-hg # hg in || echo 'exit status' $? ; date
^Cinterrupted!
exit status 255
Wed 11 Mar 20:55:55 CET 2020
and that is the [paths] section from the .hg/hgrc for my clone:
[paths]
bitbucket =
https://bitbucket.org/vim-mirror/vim
default =
http://hg.256bit.org/vim
osdn =
https://hg.osdn.net/view/vim/vim
Pulling from osdn instead gives "no changes found" and yet my local
clone is only at 8.2.371 (i.e., from what I see on the list, at least
2 patchlevels are missing).
Best regards,
Tony.