Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: commits

[3705] web/widgets/render-commits.py: Fix for old SVN versions

 

 

Cherokee commits RSS feed   Index | Next | Previous | View Threaded


cherokee at cherokee-project

Oct 14, 2009, 9:29 AM

Post #1 of 1 (141 views)
Permalink
[3705] web/widgets/render-commits.py: Fix for old SVN versions

Revision: 3705
http://svn.cherokee-project.com/changeset/3705
Author: taher
Date: 2009-10-14 18:29:08 +0200 (Wed, 14 Oct 2009)

Log Message:
-----------
Fix for old SVN versions

Modified Paths:
--------------
web/widgets/render-commits.py

Modified: web/widgets/render-commits.py
===================================================================
--- web/widgets/render-commits.py 2009-10-14 16:20:02 UTC (rev 3704)
+++ web/widgets/render-commits.py 2009-10-14 16:29:08 UTC (rev 3705)
@@ -6,7 +6,7 @@

# Retrieve the commit list
#
-f = os.popen ("svn log svn://cherokee-project.com/cherokee/ -l%d" % LIMIT)
+f = os.popen ("svn log svn://cherokee-project.com/cherokee/ --limit %d" % LIMIT)
lines = [x.strip() for x in f.readlines()]
f.close()

Cherokee commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.