changeset 808:b64173a27ce8

test_pull: clean up whitespace
author Augie Fackler <durin42@gmail.com>
date Tue, 24 May 2011 15:20:56 -0500
parents 800d293f907d
children ab372e38fb6c
files tests/test_pull.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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()