Mercurial > hgbook
view en/examples/hook.msglen.go.out @ 516:7e838acf7350
translated more paragraphs of collab to spanish
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Thu, 13 Nov 2008 23:09:45 -0500 |
parents | 00f69e8825c5 |
children |
line wrap: on
line source
$ \textbf{cat .hg/hgrc} [hooks] pretxncommit.msglen = test `hg tip --template \{desc\} | wc -c` -ge 10 $ \textbf{echo a > a} $ \textbf{hg add a} $ \textbf{hg commit -A -m 'too short'} transaction abort! rollback completed abort: pretxncommit.msglen hook exited with status 1 $ \textbf{hg commit -A -m 'long enough'}