comparison 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
comparison
equal deleted inserted replaced
3303:ae5ac36cdf83 3304:70309536c143
141 var url = "${h.url('compare_url', 141 var url = "${h.url('compare_url',
142 repo_name='org_repo', 142 repo_name='org_repo',
143 org_ref_type='org_ref_type', org_ref='org_ref', 143 org_ref_type='org_ref_type', org_ref='org_ref',
144 other_ref_type='other_ref_type', other_ref='other_ref', 144 other_ref_type='other_ref_type', other_ref='other_ref',
145 repo='other_repo', 145 repo='other_repo',
146 as_form=True, bundle=False, 146 as_form=True,
147 rev_start=request.GET.get('rev_start',''), 147 rev_start=request.GET.get('rev_start',''),
148 rev_end=request.GET.get('rev_end',''))}"; 148 rev_end=request.GET.get('rev_end',''))}";
149 149
150 var select_refs = YUQ('#pull_request_form select.refs') 150 var select_refs = YUQ('#pull_request_form select.refs')
151 var rev_data = {}; // gather the org/other ref and repo here 151 var rev_data = {}; // gather the org/other ref and repo here