annotate tests/test-empty @ 5370:61462e7d62ed

changegroup: avoid large copies - handle chunk headers separately rather than prepending them to (potentially large) chunks - break large chunks into 1M pieces for compression - don't prepend file metadata onto (potentially large) file data
author Matt Mackall <mpm@selenic.com>
date Wed, 03 Oct 2007 17:17:28 -0500
parents 2b77ea66fe70
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1338
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
1 #!/bin/sh
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
2
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
3 hg init
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
4 hg log
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
5 hg grep wah
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
6 hg manifest
2b77ea66fe70 Add empty repo test
mpm@selenic.com
parents:
diff changeset
7 hg verify