Ticket #7920: trac-multirepos-r7684.patch
| File trac-multirepos-r7684.patch, 684 bytes (added by alien.technology@…, 3 years ago) |
|---|
-
trac/env.py
278 278 """ 279 279 return RepositoryManager(self).get_repository(reponame, authname) 280 280 281 def get_repository_by_path(self, path, authname=None): 282 """Return the version control repository configured for this 283 environment. 284 285 @param authname: user name for authorization 286 """ 287 return RepositoryManager(self).get_repository_by_path(path, authname) 288 281 289 def get_all_repositories(self, authname=None): 282 290 """Iterate through all known repositories 283 291
