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 2019/06/02 12:53:43 UTC

[whimsy] branch master updated: Show code

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 e696814  Show code
e696814 is described below

commit e696814aa512a794ed8efabcb49622b40cb7afab
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 2 13:53:40 2019 +0100

    Show code
---
 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 1eb9400..711018a 100644
--- a/lib/whimsy/asf/svn.rb
+++ b/lib/whimsy/asf/svn.rb
@@ -290,7 +290,7 @@ module ASF
 
         # fail if there are pending changes
         unless rc == 0 and `svn st #{tmpfile || tmpdir}`.empty?
-          raise "svn failure #{path.inspect}"
+          raise "svn failure #{rc} #{path.inspect}"
         end
       ensure
         FileUtils.rm_rf tmpdir