Mercurial > hg
view tests/test-hgk.t @ 18529:0fc1409388e8 stable
i18n-pt_BR: added message from crew 9fbeb61b8ad2
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Fri, 01 Feb 2013 11:01:39 -0200 |
parents | 542d133ea0a3 |
children | cf72fd8b3072 |
line wrap: on
line source
Minimal hgk check $ echo "[extensions]" >> $HGRCPATH $ echo "hgk=" >> $HGRCPATH $ hg init repo $ cd repo $ echo a > a $ hg ci -Am adda adding a $ hg debug-cat-file commit 0 tree a0c8bcbbb45c parent 000000000000 author test 0 0 revision 0 branch default adda $ cd ..