stash: respect -k flag again

This commit is contained in:
Josh Holtrop 2013-03-11 20:51:56 -04:00
parent 0587d73472
commit 6f4a88737d

1
jsvn
View File

@ -1360,6 +1360,7 @@ def stash_save_h(args, svn, out, config, keep, patch):
if len(revert_list) == 0:
out.write('No changes stashed.\n')
else:
if not keep:
for rf in revert_list:
Popen([svn, 'revert', rf], stdout=PIPE).wait()
if r_fname != '':