##// END OF EJS Templates
Fixed problem with new repos, and visibility on the main list.
marcink -
r1380:39ae0f09 beta
parent child Browse files
Show More
@@ -112,7 +112,7 b' class CachedRepoList(object):'
112 continue
112 continue
113
113
114
114
115 if not scmr:
115 if scmr is None:
116 log.error('%s this repository is present in database but it '
116 log.error('%s this repository is present in database but it '
117 'cannot be created as an scm instance',
117 'cannot be created as an scm instance',
118 dbr.repo_name)
118 dbr.repo_name)
General Comments 0
You need to be logged in to leave comments. Login now