This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 8affe30 Docn
8affe30 is described below
commit 8affe307754a7ab24e3738a8eaae05dddae887a1
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 7 21:25:19 2020 +0100
Docn
---
lib/whimsy/asf/svn.rb | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index 0dfdb60..ffdafb7 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -542,7 +542,11 @@ module ASF
# update a file or directory in SVN, working entirely in a temporary
# directory
# Intended for use from GUI code
- #
+ # Must be used with a block, which is passed the temporary directory name
+ # and the current file contents (may be empty string)
+ # The block must return the updated file contents
+ #
+ # Parameters:
# path - the path to be used, directory or single file
# msg - commit message
# env - environment (queried for user and password)