[Treepkg-commits] r257 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 17 16:28:33 CET 2010


Author: aheinecke
Date: 2010-03-17 16:28:33 +0100 (Wed, 17 Mar 2010)
New Revision: 257

Modified:
   trunk/treepkg/subversion.py
Log:
last_changed_revision of ManualWorkingCopy now always returns 
a string "0" instead of an integer 0


Modified: trunk/treepkg/subversion.py
===================================================================
--- trunk/treepkg/subversion.py	2010-03-17 14:37:30 UTC (rev 256)
+++ trunk/treepkg/subversion.py	2010-03-17 15:28:33 UTC (rev 257)
@@ -285,7 +285,7 @@
 
     def last_changed_revision(self):
         """Always returns 0"""
-        return 0
+        return "0"
 
 
 class TagDetector(object):



More information about the Treepkg-commits mailing list