Show More
@@ -271,7 +271,8 b'' | |||||
271 | 'source_ref_type': 'rev', |
|
271 | 'source_ref_type': 'rev', | |
272 | 'target_ref': sourceRef[2], |
|
272 | 'target_ref': sourceRef[2], | |
273 | 'target_ref_type': 'rev', |
|
273 | 'target_ref_type': 'rev', | |
274 | 'merge': true |
|
274 | 'merge': true, | |
|
275 | '_': Date.now() // bypass browser caching | |||
275 | }; // gather the source/target ref and repo here |
|
276 | }; // gather the source/target ref and repo here | |
276 |
|
277 | |||
277 | if (sourceRef.length !== 3 || targetRef.length !== 3) { |
|
278 | if (sourceRef.length !== 3 || targetRef.length !== 3) { |
General Comments 0
You need to be logged in to leave comments.
Login now