Mercurial > hgsubversion
changeset 1067:20850abfb91a
test_hooks: use stupid mode metaclass
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Fri, 09 Aug 2013 23:45:57 +0200 |
parents | 825fd4c0396c |
children | cd35f6739669 |
files | tests/test_hooks.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test_hooks.py +++ b/tests/test_hooks.py @@ -11,7 +11,7 @@ class TestHooks(test_util.TestBase): def _loadupdate(self, fixture_name, *args, **kwargs): kwargs = kwargs.copy() - kwargs.update(stupid=False, noupdate=False) + kwargs.update(noupdate=False) repo, repo_path = self.load_and_fetch(fixture_name, *args, **kwargs) return repo, repo_path