5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
pkgver() {
|
|
cd "${_pkgname}"
|
|
printf "r%s.%s" "$(hg identify -n)" "$(hg identify -i)"
|
|
}
|