Show More
@@ -312,7 +312,7 b' class svnsubrepo(object):' | |||||
312 |
|
312 | |||
313 | def remove(self): |
|
313 | def remove(self): | |
314 | if self.dirty(): |
|
314 | if self.dirty(): | |
315 | self._repo.ui.warn(_('not removing repo %s because' |
|
315 | self._repo.ui.warn(_('not removing repo %s because ' | |
316 | 'it has changes.\n' % self._path)) |
|
316 | 'it has changes.\n' % self._path)) | |
317 | return |
|
317 | return | |
318 | self._repo.ui.note('removing subrepo %s\n' % self._path) |
|
318 | self._repo.ui.note('removing subrepo %s\n' % self._path) |
General Comments 0
You need to be logged in to leave comments.
Login now