Show More
@@ -251,6 +251,9 b' class hgwebdir(object):' | |||||
251 | # update time with local timezone |
|
251 | # update time with local timezone | |
252 | try: |
|
252 | try: | |
253 | r = hg.repository(self.ui, path) |
|
253 | r = hg.repository(self.ui, path) | |
|
254 | except IOError: | |||
|
255 | u.warn(_('error accessing repository at %s\n') % path) | |||
|
256 | continue | |||
254 | except error.RepoError: |
|
257 | except error.RepoError: | |
255 | u.warn(_('error accessing repository at %s\n') % path) |
|
258 | u.warn(_('error accessing repository at %s\n') % path) | |
256 | continue |
|
259 | continue |
General Comments 0
You need to be logged in to leave comments.
Login now