I noticed that my connections to hg.dillo.org were timing out. I
discovered that the IP address had changed and so my firewall was
dropping the packets. So I updated my firewall to fix that, and now
my connections are immediately rejected. For instance, if I try "hg
incoming" it immediately responds "abort: error: Connection refused"
and exits with status 255 (which I take to mean that something serious
went wrong).
So what to do to fix this? Adding a "--verbose" flag to the "hg
incoming" command did not change the output. Maybe the port 39390
which is specified in my repository's hgrc file is no longer correct,
but I do not know how to test that.
Any ideas?
Regards,
Jeremy Henty