--- a/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py Sun Jan 31 16:15:16 2010 +0000
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py Sun Jan 31 17:11:22 2010 +0000
@@ -220,6 +220,7 @@
cwd = os.getcwd()
os.chdir(self.dname)
try:
+ nextRev = 0
fetched = 0
logs = []
while fetched < limit: