Show More
@@ -13,8 +13,8 b' from mercurial import (' | |||||
13 | encoding, |
|
13 | encoding, | |
14 | error, |
|
14 | error, | |
15 | pycompat, |
|
15 | pycompat, | |
16 | scmutil, |
|
|||
17 | util, |
|
16 | util, | |
|
17 | vfs as vfsmod, | |||
18 | ) |
|
18 | ) | |
19 |
|
19 | |||
20 | from . import common |
|
20 | from . import common | |
@@ -1146,8 +1146,8 b' class svn_sink(converter_sink, commandli' | |||||
1146 | self.run0('checkout', path, wcpath) |
|
1146 | self.run0('checkout', path, wcpath) | |
1147 |
|
1147 | |||
1148 | self.wc = wcpath |
|
1148 | self.wc = wcpath | |
1149 |
self.opener = |
|
1149 | self.opener = vfsmod.vfs(self.wc) | |
1150 |
self.wopener = |
|
1150 | self.wopener = vfsmod.vfs(self.wc) | |
1151 | self.childmap = mapfile(ui, self.join('hg-childmap')) |
|
1151 | self.childmap = mapfile(ui, self.join('hg-childmap')) | |
1152 | if util.checkexec(self.wc): |
|
1152 | if util.checkexec(self.wc): | |
1153 | self.is_exec = util.isexec |
|
1153 | self.is_exec = util.isexec |
General Comments 0
You need to be logged in to leave comments.
Login now