Show More
@@ -28,9 +28,9 b' adding the big change.' | |||||
28 |
|
28 | |||
29 | $ hg init troffset-computation --config format.revlog-compression=none |
|
29 | $ hg init troffset-computation --config format.revlog-compression=none | |
30 | $ cd troffset-computation |
|
30 | $ cd troffset-computation | |
31 |
$ printf '% |
|
31 | $ printf '%20d' '1' > file | |
32 | $ hg commit -Aqm_ |
|
32 | $ hg commit -Aqm_ | |
33 |
$ printf '% |
|
33 | $ printf '%1024d' '1' > file | |
34 | $ hg commit -Aqm_ |
|
34 | $ hg commit -Aqm_ | |
35 | $ dd if=/dev/zero of=file bs=1k count=128 > /dev/null 2>&1 |
|
35 | $ dd if=/dev/zero of=file bs=1k count=128 > /dev/null 2>&1 | |
36 | $ hg commit -Aqm_ |
|
36 | $ hg commit -Aqm_ |
General Comments 0
You need to be logged in to leave comments.
Login now