I am trying to setup a daily mirror of a mercurial repository - code.python.org in particular - within our local network, and serve that via Apache HTTPD.
On the remote host that hosts apache, I did this:
$ cd /var/www
$
hg clone http://code.python.org/hg/trunk/
On my macbook, I ran:
$
hg -v clone http://remote/trunk/
(falling back
…