comparison tests/test-hgweb-empty.t @ 20306:fe8e254c7ad6 stable

merge default into stable for 2.9 code freeze
author Matt Mackall <mpm@selenic.com>
date Tue, 21 Jan 2014 14:30:06 -0600
parents 43cfad930d38
children 7a9cbb315d84
comparison
equal deleted inserted replaced
20213:8c69c69dbcd2 20306:fe8e254c7ad6
359 | rev -1: 359 | rev -1:
360 </div> 360 </div>
361 361
362 <script type="text/javascript"> 362 <script type="text/javascript">
363 ajaxScrollInit( 363 ajaxScrollInit(
364 '/graph/-1?revcount=%next%', 364 '/graph/-1?revcount=%next%&style=paper',
365 60+60, 365 60+60,
366 function (htmlText, previousVal) { return previousVal + 60; }, 366 function (htmlText, previousVal) { return previousVal + 60; },
367 '#wrapper', 367 '#wrapper',
368 '<div class="%class%" style="text-align: center;">%text%</div>', 368 '<div class="%class%" style="text-align: center;">%text%</div>',
369 'graph' 369 'graph'