Mercurial > public > mercurial-scm > hg
comparison mercurial/hgweb/hgwebdir_mod.py @ 6210:942287cb1f57
Removed trailing spaces from everything except test output
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 07 Mar 2008 00:24:36 +0100 |
parents | 588ad9227b63 |
children | fe8dbbe9520d |
comparison
equal
deleted
inserted
replaced
6209:4e8cd15240bf | 6210:942287cb1f57 |
---|---|
95 req.respond(HTTP_OK, ctype) | 95 req.respond(HTTP_OK, ctype) |
96 req.write(self.makeindex(req, tmpl)) | 96 req.write(self.makeindex(req, tmpl)) |
97 return | 97 return |
98 | 98 |
99 # nested indexes and hgwebs | 99 # nested indexes and hgwebs |
100 | 100 |
101 repos = dict(self.repos) | 101 repos = dict(self.repos) |
102 while virtual: | 102 while virtual: |
103 real = repos.get(virtual) | 103 real = repos.get(virtual) |
104 if real: | 104 if real: |
105 req.env['REPO_NAME'] = virtual | 105 req.env['REPO_NAME'] = virtual |