summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2017-02-25 16:30:24 -0300
committerEduardo Bart2017-02-25 16:30:24 -0300
commit03daf3e78ba4e8edb7cf338f09ba6105ca8886d2 (patch)
tree72703f926425189b0e53be23bb448f40a7b8ec31
parent7a8c7cb7554666235b01371a20dd80b3e82e355d (diff)
downloadaur-03daf3e78ba4e8edb7cf338f09ba6105ca8886d2.tar.gz
clone default branch
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 484896bc5538..0ec958a5466e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ build() {
hg pull -u || true
msg "The local files are updated."
else
- hg clone -r stable-2.0 $_hgroot $_hgrepo || true
+ hg clone -b default $_hgroot $_hgrepo || true
fi
msg "Mercurial checkout done or server timeout"