##// END OF EJS Templates
Make test-verify SUSv3 compatible....
Make test-verify SUSv3 compatible. 'head -c' isn't supported on (at least) OpenBSD and is not part of SUSv3. Instead, use dd. See also: http://www.opengroup.org/onlinepubs/009695399/utilities/head.html

File last commit:

r6800:cc7114d9 default
r8720:da1b9358 default
Show More
test-hgk
11 lines | 145 B | text/plain | TextLexer
Patrick Mezard
hgk: ctx.parents() problem introduced by 2d54e7c1e69d
r6800 #!/bin/sh
echo "[extensions]" >> $HGRCPATH
echo "hgk=" >> $HGRCPATH
hg init repo
cd repo
echo a > a
hg ci -Am adda
hg debug-cat-file commit 0