#!/bin/sh
# Copyright (c) 2007, Nanako Shiraishi
-USAGE='[ | save | list | show | apply | clear | drop | pop | create ]'
+USAGE='[ | save | list | show | apply | clear | drop | pop | create | branch ]'
SUBDIRECTORY_OK=Yes
OPTIONS_SPEC=
shift
esac
- stash_msg="$1"
+ stash_msg="$*"
if no_changes
then
;;
save)
shift
- save_stash "$*"
+ save_stash "$@"
;;
apply)
shift