untested. but this should work quite nicely

This commit is contained in:
brent s
2016-07-06 09:41:11 -04:00
parent 3e3069e73f
commit 7967ee7ab3
19 changed files with 255 additions and 122 deletions

View File

@@ -0,0 +1,4 @@
pkgver() {
cd "${pkgname}"
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
}