179
181
given a position in a maximum range, return a list of negative and positive
180
182
jump factors for an hgweb-style triple-factor geometric scan.
182
184
for example, with pos=20 and max=500, the range would be:
183
185
[ -10, -3, -1, 1, 3, 10, 30, 100, 300 ]
185
187
i admit this is a very strange way of jumping through revisions. i didn't