Mercurial > hgsubversion
diff tests/test_pull.py @ 1068:cd35f6739669
test_pull: use stupid mode metaclass
author | Dan Villiom Podlaski Christiansen <danchr@gmail.com> |
---|---|
date | Fri, 09 Aug 2013 23:45:57 +0200 |
parents | d741f536f23a |
children | 61d4fb78370b |
line wrap: on
line diff
--- a/tests/test_pull.py +++ b/tests/test_pull.py @@ -14,7 +14,7 @@ class TestPull(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