Hello, Could anybody suggest what is the correct way to specify file:// path in .hgsub? I've tried the following and it does not let me do anything with the repo.
foo = file://C|/PROJ/hgrepos/foo foo = file:///C:/PROJ/hgrepos/foo The error message is: "abort: file:// URLs can only refer to localhost" Even after relocating the subrepo to http: I cannot update or merge to the working dir, and cannot even change the subrepo path on this machine and submit that. Another question is, how to *ignore sub-repos* while getting remote updates to the working dir? I thought there should be such option, but cannot find it. Thanks, - dd ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ Tortoisehg-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

