aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2013-02-08 22:16:25 +0100
committerMarcin Kuzminski <marcin@python-works.com>2013-02-08 22:16:25 +0100
commit5f3770d9ea823ff61542a819e9f43109243878b2 (patch)
treea96ac686540a95b3c6644815274e0c8e3d131164 /rhodecode/tests
parent8d9c00eaa96e4991598e93cdc9f5db4736328ea0 (diff)
whitespace cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests')
-rw-r--r--rhodecode/tests/functional/test_compare.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/rhodecode/tests/functional/test_compare.py b/rhodecode/tests/functional/test_compare.py
index cf60c2ca..7b909c8b 100644
--- a/rhodecode/tests/functional/test_compare.py
+++ b/rhodecode/tests/functional/test_compare.py
@@ -157,7 +157,7 @@ class TestCompareController(TestController):
other_repo=repo2.repo_name,
other_ref_type="branch",
other_ref=rev1,
- ))
+ ))
response.mustcontain('%s@%s -&gt; %s@%s' % (repo1.repo_name, rev2, repo2.repo_name, rev1))
response.mustcontain("""Showing 2 commits""")
response.mustcontain("""1 file changed with 2 insertions and 0 deletions""")
@@ -180,7 +180,7 @@ class TestCompareController(TestController):
repo1:
cs1:
cs2:
- repo1-fork- in which we will cherry pick bottom changesets
+ repo1-fork- in which we will cherry pick bottom changesets
cs1:
cs2:
cs3: x
@@ -229,7 +229,7 @@ class TestCompareController(TestController):
other_ref=rev2,
rev_start=cs3.raw_id,
rev_end=cs5.raw_id,
- ))
+ ))
response.mustcontain('%s@%s -&gt; %s@%s' % (repo2.repo_name, rev1, repo1.repo_name, rev2))
response.mustcontain("""Showing 3 commits""")
response.mustcontain("""1 file changed with 3 insertions and 0 deletions""")
@@ -254,7 +254,7 @@ class TestCompareController(TestController):
repo1:
cs1:
cs2:
- repo1-fork- in which we will cherry pick bottom changesets
+ repo1-fork- in which we will cherry pick bottom changesets
cs1:
cs2:
cs3:
@@ -347,7 +347,7 @@ class TestCompareController(TestController):
other_ref_type="rev",
other_ref=rev2,
other_repo=HG_FORK,
- ))
+ ))
response.mustcontain('%s@%s -&gt; %s@%s' % (HG_REPO, rev1, HG_FORK, rev2))
## outgoing changesets between those revisions
@@ -432,7 +432,7 @@ class TestCompareController(TestController):
other_ref_type="branch",
other_ref=rev2,
repo=r1_name,
- ))
+ ))
#response.mustcontain('%s@%s -&gt; %s@%s' % (r2_name, rev1, r1_name, rev2))
#add new commit into parent !