Show More
@@ -549,7 +549,7 b' class svnsubrepo(abstractsubrepo):' | |||
|
549 | 549 | 'it has changes.\n' % self._path)) |
|
550 | 550 | return |
|
551 | 551 | self._ui.note(_('removing subrepo %s\n') % self._path) |
|
552 | shutil.rmtree(self._ctx.repo.join(self._path)) | |
|
552 | shutil.rmtree(self._ctx._repo.wjoin(self._path)) | |
|
553 | 553 | |
|
554 | 554 | def get(self, state): |
|
555 | 555 | status = self._svncommand(['checkout', state[0], '--revision', state[1]]) |
General Comments 0
You need to be logged in to leave comments.
Login now