changeset 41387 | 876494fd967d |
parent 41344 | 46781c1b5049 |
child 42365 | d8e55c0c642c |
--- a/mercurial/hgweb/hgwebdir_mod.py Mon Sep 24 14:46:37 2018 -0700 +++ b/mercurial/hgweb/hgwebdir_mod.py Thu Jan 17 09:17:12 2019 -0800 @@ -143,7 +143,7 @@ path = path[:-len(discarded) - 1] try: - r = hg.repository(ui, path) + hg.repository(ui, path) directory = False except (IOError, error.RepoError): pass