Mercurial > public > mercurial-scm > hg-stable
diff mercurial/hgweb/hgwebdir_mod.py @ 6287:c86207d41512
Spacing cleanup
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sun, 16 Mar 2008 23:24:53 +0100 |
parents | c93b6c0e6e84 |
children | d2bb66a8a435 |
line wrap: on
line diff
--- a/mercurial/hgweb/hgwebdir_mod.py Sun Mar 16 06:10:47 2008 -0300 +++ b/mercurial/hgweb/hgwebdir_mod.py Sun Mar 16 23:24:53 2008 +0100 @@ -55,7 +55,7 @@ self.repos.extend(cleannames(cp.items('paths'))) if cp.has_section('collections'): for prefix, root in cp.items('collections'): - for path in util.walkrepos(root, followsym = True): + for path in util.walkrepos(root, followsym=True): repo = os.path.normpath(path) name = repo if name.startswith(prefix):