You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2020/06/30 20:17:09 UTC

[whimsy] branch master updated: Now required

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 f52d07f  Now required
f52d07f is described below

commit f52d07f3917084dde86b151458cda1bd60e490a0
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jun 30 21:17:00 2020 +0100

    Now required
---
 lib/whimsy/asf/svn.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/svn.rb b/lib/whimsy/asf/svn.rb
index f743b56..81508b5 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -641,7 +641,7 @@ module ASF
     #     url1 = 'https://svn.../' # etc
     #     commands << ['mv',url1,url2]
     #     commands << ['rm',url3]
-    #   ASF::SVN.svnmucc_(commands,message,env,_)
+    #   ASF::SVN.svnmucc_(commands,message,env,_,revision)
     def self.svnmucc_(commands, msg, env, _, revision, temp=nil)
 
       raise ArgumentError.new 'commands must be an array' unless Array === commands