From 3b4944f6f7189f2f43647a4429923a6a31d3a6e6 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 26 Mar 2012 15:30:36 -0400 Subject: [PATCH] add stash drop documentation --- README | 3 +++ jsvn | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README b/README index 7da3243..98e628f 100644 --- a/README +++ b/README @@ -66,6 +66,9 @@ Implemented subcommands: - defaults to the newest stash object created show [id]: - display the diff stored in stash with ID + drop [id]: + - delete stash object + - defaults to the newest stash object created The following subcommands are executed using their native handler, but have their output simplified and/or colorized: diff --git a/jsvn b/jsvn index 65c6f5b..c054440 100755 --- a/jsvn +++ b/jsvn @@ -68,6 +68,9 @@ # - defaults to the newest stash object created # show [id]: # - display the diff stored in stash with ID +# drop [id]: +# - delete stash object +# - defaults to the newest stash object created # # The following subcommands are executed using their native handler, but # have their output simplified and/or colorized: