comparison tests/test-hgk @ 6800:cc7114d96548

hgk: ctx.parents() problem introduced by 2d54e7c1e69d
author Patrick Mezard <pmezard@gmail.com>
date Sat, 05 Jul 2008 14:35:36 +0200
parents
children
comparison
equal deleted inserted replaced
6799:12d1e1e79faf 6800:cc7114d96548
1 #!/bin/sh
2
3 echo "[extensions]" >> $HGRCPATH
4 echo "hgk=" >> $HGRCPATH
5
6 hg init repo
7 cd repo
8 echo a > a
9 hg ci -Am adda
10 hg debug-cat-file commit 0
11