changeset 2847 | 2ff57e3113a4 |
parent 2812 | 3aeab7bb5adc |
child 2854 | 7706fa503677 |
child 2855 | cdbca3d59518 |
--- a/mercurial/commands.py Thu Aug 10 15:02:18 2006 -0700 +++ b/mercurial/commands.py Thu Aug 10 15:44:05 2006 -0700 @@ -3545,6 +3545,7 @@ mod = sys.modules[name] if hasattr(mod, 'reposetup'): mod.reposetup(u, repo) + hg.repo_setup_hooks.append(mod.reposetup) except hg.RepoError: if cmd not in optionalrepo.split(): raise