comparison tests/test-encode @ 3854:4f6db0233606

Merge Benoit's .hg/store support
author Matt Mackall <mpm@selenic.com>
date Sun, 10 Dec 2006 02:11:02 -0600
parents c0b449154a90
children f5b00b6e426a
comparison
equal deleted inserted replaced
3848:8cbf060f637e 3854:4f6db0233606
20 20
21 echo %% no changes 21 echo %% no changes
22 hg status 22 hg status
23 23
24 echo %% uncompressed contents in repo 24 echo %% uncompressed contents in repo
25 hg debugdata .hg/data/a.gz.d 0 25 hg debugdata .hg/store/data/a.gz.d 0
26 26
27 echo %% uncompress our working dir copy 27 echo %% uncompress our working dir copy
28 gunzip < a.gz 28 gunzip < a.gz
29 29
30 rm a.gz 30 rm a.gz