From 92078344bc59e43b9ad8c1afb1a1064737adc74a Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 26 Mar 2012 15:21:44 -0400 Subject: [PATCH] add stash show documentation --- README | 2 ++ jsvn | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README b/README index 7456d99..8c609fe 100644 --- a/README +++ b/README @@ -63,6 +63,8 @@ Implemented subcommands: pop: - apply the stash object back to the working copy - the stash object is removed if it was successfully applied + show [id]: + - display the diff stored in stash with ID The following subcommands are executed using their native handler, but have their output simplified and/or colorized: diff --git a/jsvn b/jsvn index 766dd0c..3e7fecc 100755 --- a/jsvn +++ b/jsvn @@ -65,6 +65,8 @@ # pop: # - apply the stash object back to the working copy # - the stash object is removed if it was successfully applied +# show [id]: +# - display the diff stored in stash with ID # # The following subcommands are executed using their native handler, but # have their output simplified and/or colorized: