Plugins/VcsPlugins/vcsPySvn/SvnLogBrowserDialog.py

changeset 96
9624a110667d
parent 14
092aa8fafa4e
child 424
d0915392cbd7
child 792
a13346916170
--- 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:

eric ide

mercurial