From 67952443f7a7e3a76c9755c3e0f04789ae7705d1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 2 Apr 2010 22:03:02 -0600 Subject: well, rvs trees at least sorta work now --- rvs/plugins/tags/bin/get-tag.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rvs/plugins/tags/bin/get-tag.sh') diff --git a/rvs/plugins/tags/bin/get-tag.sh b/rvs/plugins/tags/bin/get-tag.sh index d1df852..fa7895b 100644 --- a/rvs/plugins/tags/bin/get-tag.sh +++ b/rvs/plugins/tags/bin/get-tag.sh @@ -21,6 +21,5 @@ usage="usage: $RVS get-tag FILENAME TAG" name="${1?"$usage"}" tag="${2?"$usage"}" -file="$REPO/@ID@/$tag" -"$RVS" get "$name" "`cat "$file"`" +"$RVS" get "$name" "`"$RVS" tag-id "$tag"`" -- cgit v1.2.3