From b485f8c752f10e951cca812e468964d039350b07 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 17 Apr 2012 12:49:14 -0400 Subject: [PATCH] fix stash documentation --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2bcd704..99f3125 100644 --- a/README +++ b/README @@ -63,7 +63,7 @@ Implemented subcommands: commands: save (default if not specified): - save changes as a "stash" object and revert them from working copy - - this currently only works with changes to already-versioned files + - this only works with text files, not binary files list: - show a list of all stash objects pop [id]: