Synchronizing a collection of Mercurial repositories
I have a collection of Mercurial repositories on a network share. To enable offline work, I want a local copy of this collection on my laptop, and an easy way to synchronize the two when I'm online. For this, I wrote a quick script that automatically synchronizes each local repository with the corresponding remote repository (push and pull), but it's missing a couple of desirable features: automatic cloning of new repositories from the local to the remote collection (and vice versa) the ability to organize (move/rename) a local repository and have the change being applied on the remote side as