Mercurial > hgsubversion
diff tests/test_pull.py @ 808:b64173a27ce8
test_pull: clean up whitespace
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 24 May 2011 15:20:56 -0500 |
parents | 35a1e93b6f78 |
children | 8c7447b4b004 |
line wrap: on
line diff
--- 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()