On 2014-03-20 02:51, Mike Duigou wrote:
Hello all;
This is a patch which adds support for the "serve" command to hgforest as well
as providing --quiet and --verbose options.
The serve command is particularly useful for sharing repos with virtual machines used for
building/testing. Using "serve" is generally faster and has fewer problems than
using shared filesystems (let me tell you! I if I have to delete one more .hg/store/lock
file... Well, you don't want to know what would happen!)
https://bugs.openjdk.java.net/browse/JDK-8030681
http://cr.openjdk.java.net/~mduigou/JDK-8030681/2/webrev/
I found this:
# XXX mduigou I can't figure out how to make the root repo the serve "/" root.
Is this something that ought to be fixed?
Apart from that, it looks good to me.
/Magnus