eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py

changeset 7639
422fd05e9c91
parent 7533
88261c96484b
child 7771
787a6b3f8c9f
--- a/eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py	Thu Jun 25 19:09:55 2020 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsPySvn/SvnRepoBrowserDialog.py	Sat Jun 27 12:08:12 2020 +0200
@@ -162,7 +162,6 @@
             try:
                 entries = self.client.list(url, recurse=False)
                 firstTime = parent == self.repoTree
-                # dirent elements are all unicode in Python 2
                 for dirent, _lock in entries:
                     if (
                         (firstTime and dirent["path"] != url) or

eric ide

mercurial