mercurial: allow ssh access (for cloning over ssh://)
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
sane.programs.mercurial = {
|
sane.programs.mercurial = {
|
||||||
sandbox.net = "clearnet";
|
sandbox.net = "clearnet";
|
||||||
sandbox.whitelistPwd = true;
|
sandbox.whitelistPwd = true;
|
||||||
|
sandbox.whitelistSsh = true;
|
||||||
sandbox.extraHomePaths = [
|
sandbox.extraHomePaths = [
|
||||||
# even with `whitelistPwd`, hg has to crawl *up* the path -- which isn't necessarily in the sandbox -- to locate the repo root.
|
# even with `whitelistPwd`, hg has to crawl *up* the path -- which isn't necessarily in the sandbox -- to locate the repo root.
|
||||||
"dev"
|
"dev"
|
||||||
|
Reference in New Issue
Block a user