From 274117250af703bb0fa6188217f86fba77b08029 Mon Sep 17 00:00:00 2001 From: "Bernhard F.W. Gschaider" Date: Fri, 6 Sep 2013 12:44:39 +0200 Subject: [PATCH] Update instad of -r. So the whole repo gets cloned --HG-- branch : bgschaid/minorAdditionsBranch --- vagrantSandbox/initGeneralScript.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrantSandbox/initGeneralScript.sh b/vagrantSandbox/initGeneralScript.sh index 7f7661de2..1e8248fff 100755 --- a/vagrantSandbox/initGeneralScript.sh +++ b/vagrantSandbox/initGeneralScript.sh @@ -47,7 +47,7 @@ then branchName=`hg branch -R $OFParent` echo "Parent is on branch $branchName" - su vagrant - -c "hg clone -r $branchName $OFParent $OFClone" + su vagrant - -c "hg clone -u $branchName $OFParent $OFClone" echo else echo