##// END OF EJS Templates
packagelib: do not remove packages directory in hggetversion (issue5262)...
Pierre-Yves David -
r29641:13f90dde stable
parent child Browse files
Show More
@@ -8,7 +8,7 b''
8 #
8 #
9 # node: the node|short hg was built from, or empty if built from a tag
9 # node: the node|short hg was built from, or empty if built from a tag
10 gethgversion() {
10 gethgversion() {
11 make clean
11 make cleanbutpackages
12 make local || make local PURE=--pure
12 make local || make local PURE=--pure
13 HG="$PWD/hg"
13 HG="$PWD/hg"
14
14
General Comments 0
You need to be logged in to leave comments. Login now