aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests
diff options
context:
space:
mode:
authorMads Kiilerich <madski@unity3d.com>2013-01-31 23:27:21 +0100
committerMads Kiilerich <madski@unity3d.com>2013-01-31 23:27:21 +0100
commit321475418a9e6dd8efe930e5357c53a55b759a1c (patch)
tree66280843338f40ce0305916ff3787a7f0428a0bb /rhodecode/tests
parent1d987f6578a9b18ded4889d569b8fda6bf72bf4d (diff)
compare and diff: remove unused "bundle" functionality
The 'bundle' parameter was never set, incoming_changesets was thus always False, remote_compare was thus always False, and InMemoryBundleRepo and bundlerepo was neverused. --HG-- branch : beta
Diffstat (limited to 'rhodecode/tests')
-rw-r--r--rhodecode/tests/functional/test_compare_local.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/tests/functional/test_compare_local.py b/rhodecode/tests/functional/test_compare_local.py
index 349b3dfe..8e6607d0 100644
--- a/rhodecode/tests/functional/test_compare_local.py
+++ b/rhodecode/tests/functional/test_compare_local.py
@@ -54,7 +54,6 @@ class TestCompareController(TestController):
org_ref=tag1,
other_ref_type="tag",
other_ref=tag2,
- bundle=False
))
response.mustcontain('%s@%s -&gt; %s@%s' % (GIT_REPO, tag1, GIT_REPO, tag2))