diff rhodecode/templates/pullrequests/pullrequest.html @ 3304:70309536c143 beta

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.
author Mads Kiilerich <madski@unity3d.com>
date Thu, 31 Jan 2013 23:27:21 +0100
parents b4f401524060
children b36285f90f89
line wrap: on
line diff
--- a/rhodecode/templates/pullrequests/pullrequest.html	Thu Jan 03 18:05:18 2013 +0100
+++ b/rhodecode/templates/pullrequests/pullrequest.html	Thu Jan 31 23:27:21 2013 +0100
@@ -143,7 +143,7 @@
                          org_ref_type='org_ref_type', org_ref='org_ref',
                          other_ref_type='other_ref_type', other_ref='other_ref',
                          repo='other_repo',
-                         as_form=True, bundle=False,
+                         as_form=True,
                          rev_start=request.GET.get('rev_start',''),
                          rev_end=request.GET.get('rev_end',''))}";