How do I know if 'hg clone' is doing the work remotely?
- by jjfine
I've got a very simple windows install of Mercurial on my machine.
The 'central' repository is located at //mymachine/hg-repos/central.
I want remote (VPN) users to be able to create clones of this repository in the hg-repos directory because it gets daily backups.
I have given these users full control of the hg-repos directory.
My question is…