Show More
@@ -312,7 +312,7 b' class svnsubrepo(object):' | |||
|
312 | 312 | |
|
313 | 313 | def remove(self): |
|
314 | 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 | 316 | 'it has changes.\n' % self._path)) |
|
317 | 317 | return |
|
318 | 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