##// END OF EJS Templates
pullrequests: use stable revisions in compare urls instead of bookmark/branch/tag
Mads Kiilerich -
r3441:c4bb2b22 beta
parent child Browse files
Show More
@@ -146,12 +146,12 b''
146
146
147 var select_refs = YUQ('#pull_request_form select.refs')
147 var select_refs = YUQ('#pull_request_form select.refs')
148 var rev_data = {
148 var rev_data = {
149 'org_repo': org_repo,
149 'org_repo': org_repo,
150 'org_ref': org_ref[1],
150 'org_ref': org_ref[2],
151 'org_ref_type': org_ref[0],
151 'org_ref_type': 'rev',
152 'other_repo': other_repo,
152 'other_repo': other_repo,
153 'other_ref': other_ref[1],
153 'other_ref': other_ref[2],
154 'other_ref_type': other_ref[0],
154 'other_ref_type': 'rev',
155 }; // gather the org/other ref and repo here
155 }; // gather the org/other ref and repo here
156
156
157 for (k in rev_data){
157 for (k in rev_data){
General Comments 0
You need to be logged in to leave comments. Login now