view en/examples/results/hook.msglen.go.out @ 662:44d1363234d2

Move example output files into examples/results
author Bryan O'Sullivan <bos@serpentine.com>
date Mon, 09 Mar 2009 21:37:47 -0700
parents en/examples/hook.msglen.go.out@00f69e8825c5
children 0d5935744f87
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'}