From 0f7db62d9229aeaf87ab13fb010be797b375ff5a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 2 Apr 2010 20:16:08 -0600 Subject: add a tree plugin to rvs, but I made a ton of other changes to get things working and facilitate this --- rvs/plugins/files/bin/commit.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rvs/plugins/files/bin/commit.sh') diff --git a/rvs/plugins/files/bin/commit.sh b/rvs/plugins/files/bin/commit.sh index e8db1eb..0bb8233 100644 --- a/rvs/plugins/files/bin/commit.sh +++ b/rvs/plugins/files/bin/commit.sh @@ -1,5 +1,5 @@ #!/bin/sh -name='rvs filecontent commit' +name='commit' ver=0.9 # Copyright (C) 2009-2010 Luke Shumaker # @@ -19,9 +19,9 @@ ver=0.9 . "$LIBDIR/@ID@/stdio" -# commit FILE +usage="[FILE]" file=${1-.} # take arg1 as the file, default to the current directory -type=`"$RVS" gettype "$file"` +type=`"$RVS" file-gettype "$file"` "$RVS" "commit.$type" "$file" -- cgit v1.2.3