# HG changeset patch # User Augie Fackler # Date 1306268456 18000 # Node ID b64173a27ce86148450ca13d939f4695a884d481 # Parent 800d293f907d7fddced5cef1b449c7bcd713ff4d test_pull: clean up whitespace diff --git a/tests/test_pull.py b/tests/test_pull.py --- a/tests/test_pull.py +++ b/tests/test_pull.py @@ -28,7 +28,7 @@ class TestPull(test_util.TestBase): commands.pull(self.repo.ui, repo) self.assertEqual(state, repo.parents()) self.assertTrue('tip' not in repo[None].tags()) - + def test_onerevision_doupdate(self): repo = self._load_fixture_and_fetch('single_rev.svndump') state = repo.parents()