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