hgbook

annotate en/examples/hook.simple.ext.out @ 332:d13a05515acf

Fixing problem on bisect that inhibits building with mercurial 1.0 or later
author Igor Támara <igor@tamarapatino.org>
date Sat Oct 18 06:02:21 2008 -0500 (2008-10-18)
parents
children
rev   line source
bos@144 1 $ \textbf{echo 'commit.when = echo -n "date of commit: "; date' >> .hg/hgrc}
bos@144 2 $ \textbf{echo a >> a}
bos@144 3 $ \textbf{hg commit -m 'i have two hooks'}
bos@144 4 committed
bos@144 5