Show More
@@ -857,7 +857,7 b' class svn_source(converter_source):' | |||||
857 | path = path.strip('/') |
|
857 | path = path.strip('/') | |
858 | pool = Pool() |
|
858 | pool = Pool() | |
859 | rpath = '/'.join([self.baseurl, urllib.quote(path)]).strip('/') |
|
859 | rpath = '/'.join([self.baseurl, urllib.quote(path)]).strip('/') | |
860 |
entries = svn.client.ls(rpath, optrev(revnum), True, self.ctx, pool) |
|
860 | entries = svn.client.ls(rpath, optrev(revnum), True, self.ctx, pool) | |
861 | return ((path + '/' + p) for p, e in entries.iteritems() |
|
861 | return ((path + '/' + p) for p, e in entries.iteritems() | |
862 | if e.kind == svn.core.svn_node_file) |
|
862 | if e.kind == svn.core.svn_node_file) | |
863 |
|
863 |
General Comments 0
You need to be logged in to leave comments.
Login now