changeset 8209 | a1a5a57efe90 |
parent 8191 | 35604226d712 |
child 8215 | 227707c90548 |
--- a/mercurial/hgweb/hgwebdir_mod.py Sun Apr 26 16:50:44 2009 -0500 +++ b/mercurial/hgweb/hgwebdir_mod.py Sun Apr 26 16:50:44 2009 -0500 @@ -38,7 +38,7 @@ self.repos = cleannames(conf) self.repos_sorted = ('', False) elif isinstance(conf, dict): - self.repos = util.sort(cleannames(conf.items())) + self.repos = sorted(cleannames(conf.items())) else: if isinstance(conf, config.config): cp = conf