add stash show documentation

This commit is contained in:
Josh Holtrop 2012-03-26 15:21:44 -04:00
parent 8f3bfbbe3c
commit 92078344bc
2 changed files with 4 additions and 0 deletions

2
README
View File

@ -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 <id>
The following subcommands are executed using their native handler, but
have their output simplified and/or colorized:

2
jsvn
View File

@ -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 <id>
#
# The following subcommands are executed using their native handler, but
# have their output simplified and/or colorized: