tests/test-hgk
author Matt Mackall <mpm@selenic.com>
Wed, 14 Jul 2010 15:43:20 -0500
changeset 11584 1af96b090116
parent 6800 cc7114d96548
permissions -rwxr-xr-x
protocol: unify changegroup commands - add sendchangegroup protocol helpers - handle commands with None results - move changegroup commands into wireproto.py

#!/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