Workflow to keep Mercurial subrepositories up to date when changes are made in clones?
I have read every question on Mercurial subrepositories that I could and still not sure how it works. We are using hgweb.cgi on IIS so we have http:// paths to all of our repos. Here is the basic layout: /Libraries - http://server/Libraries /Project1 - http://server/Project1 /Project1/LibrariesSubrepo - http://server/Project1/LibrariesSubrepo (clone of libraries) /Project2 - http://server/Project1 /Project2/LibrariesSubrepo - http://server/Project2/LibrariesSubrepo (clone of libraries) In the .hgsub files, I have the path setup as: LibrariesSubrepo = LibrariesSubrepo If I want to work on the