[Jörg Steffens] > * contrib/client-side/asvn > (main): uses "$@" instead of $@
That's fine. > @@ -384,16 +412,17 @@ > case "$1" in > checkout|co) CHDIR=true; ACTION="post";; > commit|ci) ACTION="pre";; > + status|st) ACTION="pre";; > switch|sw) ACTION="post";; > update|up) ACTION="post";; > *);; Was this supposed to be part of the patch?