Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py

changeset 96
9624a110667d
parent 42
23b45a742e17
child 110
c9a969db1469
--- a/Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py	Sun Jan 31 16:15:16 2010 +0000
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnLogDialog.py	Sun Jan 31 17:11:22 2010 +0000
@@ -8,7 +8,6 @@
 """
 
 import os
-import sys
 
 import pysvn
 
@@ -96,6 +95,7 @@
         cwd = os.getcwd()
         os.chdir(dname)
         try:
+            nextRev = 0
             fetched = 0
             logs = []
             limit = noEntries or 9999999

eric ide

mercurial