~ubuntu-branches/ubuntu/wily/mercurial/wily

« back to all changes in this revision

Viewing changes to tests/test-hgweb-empty.t

  • Committer: Package Import Robot
  • Author(s): Javi Merino
  • Date: 2013-11-01 23:19:57 UTC
  • mfrom: (1.2.38) (9.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20131101231957-hs70pwpinavlz3t6
Tags: 2.8-1
* New upstream release
* Fix mercurial-git and hgsubversion autopkgtest by loading the
  appropriate extension
* Bump standards-version to 3.9.5 (no change needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
  <form class="search" action="/log">
64
64
  
65
65
  <p><input name="rev" id="search1" type="text" size="30" value="" /></p>
66
 
  <div id="hint">find changesets by author, revision,
67
 
  files, or words in the commit message</div>
 
66
  <div id="hint">Find changesets by keywords (author, files, the commit message), revision
 
67
  number or hash, or <a href="/help/revsets">revset expression</a>.</div>
68
68
  </form>
69
69
  
70
70
  <div class="navigate">
90
90
  | rev -1: 
91
91
  </div>
92
92
  
 
93
  <script type="text/javascript">
 
94
      ajaxScrollInit(
 
95
              '/shortlog/%next%',
 
96
              '', <!-- NEXTHASH
 
97
              function (htmlText, previousVal) {
 
98
                  var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
 
99
                  return m ? m[1] : null;
 
100
              },
 
101
              '.bigtable > tbody:nth-of-type(2)',
 
102
              '<tr class="%class%">\
 
103
              <td colspan="3" style="text-align: center;">%text%</td>\
 
104
              </tr>'
 
105
      );
 
106
  </script>
 
107
  
93
108
  </div>
94
109
  </div>
95
110
  
158
173
  <form class="search" action="/log">
159
174
  
160
175
  <p><input name="rev" id="search1" type="text" size="30" value="" /></p>
161
 
  <div id="hint">find changesets by author, revision,
162
 
  files, or words in the commit message</div>
 
176
  <div id="hint">Find changesets by keywords (author, files, the commit message), revision
 
177
  number or hash, or <a href="/help/revsets">revset expression</a>.</div>
163
178
  </form>
164
179
  
165
180
  <div class="navigate">
185
200
  | rev -1: 
186
201
  </div>
187
202
  
 
203
  <script type="text/javascript">
 
204
      ajaxScrollInit(
 
205
              '/shortlog/%next%',
 
206
              '', <!-- NEXTHASH
 
207
              function (htmlText, previousVal) {
 
208
                  var m = htmlText.match(/'(\w+)', <!-- NEXTHASH/);
 
209
                  return m ? m[1] : null;
 
210
              },
 
211
              '.bigtable > tbody:nth-of-type(2)',
 
212
              '<tr class="%class%">\
 
213
              <td colspan="3" style="text-align: center;">%text%</td>\
 
214
              </tr>'
 
215
      );
 
216
  </script>
 
217
  
188
218
  </div>
189
219
  </div>
190
220
  
249
279
  <form class="search" action="/log">
250
280
  
251
281
  <p><input name="rev" id="search1" type="text" size="30" /></p>
252
 
  <div id="hint">find changesets by author, revision,
253
 
  files, or words in the commit message</div>
 
282
  <div id="hint">Find changesets by keywords (author, files, the commit message), revision
 
283
  number or hash, or <a href="/help/revsets">revset expression</a>.</div>
254
284
  </form>
255
285
  
256
286
  <div class="navigate">
329
359
  | rev -1: 
330
360
  </div>
331
361
  
 
362
  <script type="text/javascript">
 
363
      ajaxScrollInit(
 
364
              '/graph/-1?revcount=%next%',
 
365
              60+60,
 
366
              function (htmlText, previousVal) { return previousVal + 60; },
 
367
              '#wrapper',
 
368
              '<div class="%class%" style="text-align: center;">%text%</div>',
 
369
              'graph'
 
370
      );
 
371
  </script>
 
372
  
332
373
  </div>
333
374
  </div>
334
375
  
385
426
  <form class="search" action="/log">
386
427
  
387
428
  <p><input name="rev" id="search1" type="text" size="30" /></p>
388
 
  <div id="hint">find changesets by author, revision,
389
 
  files, or words in the commit message</div>
 
429
  <div id="hint">Find changesets by keywords (author, files, the commit message), revision
 
430
  number or hash, or <a href="/help/revsets">revset expression</a>.</div>
390
431
  </form>
391
432
  
392
433
  <table class="bigtable">