SF.net SVN: geany:[5982] trunk/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Oct 2 10:59:23 UTC 2011


Revision: 5982
          http://geany.svn.sourceforge.net/geany/?rev=5982&view=rev
Author:   eht16
Date:     2011-10-02 10:59:22 +0000 (Sun, 02 Oct 2011)
Log Message:
-----------
If no SVN revision is found, return -1 instead of 0

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2011-10-01 20:52:40 UTC (rev 5981)
+++ trunk/wscript	2011-10-02 10:59:22 UTC (rev 5982)
@@ -652,7 +652,7 @@
             pass
         except (IndexError, ValueError):
             Logs.pprint('RED', 'Unparseable revision number')
-    return 0
+    return -1
 
 
 def _load_intltool_if_available(conf):

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Commits mailing list