hgbook

diff en/examples/hook.ws.simple.out @ 265:d9a1faa45c30

added a space between -m and the commit message.
author bab@draketo.de
date Fri Aug 31 11:36:14 2007 +0200 (2007-08-31)
parents 006bbad1f190
children 00f69e8825c5
line diff
     1.1 --- a/en/examples/hook.ws.simple.out	Tue Mar 06 21:44:56 2007 -0800
     1.2 +++ b/en/examples/hook.ws.simple.out	Fri Aug 31 11:36:14 2007 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  $ \textbf{cat .hg/hgrc}
     1.5  [hooks]
     1.6 -pretxncommit.whitespace = hg export tip | (! grep -qP '^\textbackslash{}+.*[ \textbackslash{}t]$')
     1.7 +pretxncommit.whitespace = hg export tip | (! egrep -q '^\textbackslash{}+.*[ \textbackslash{}t]$')
     1.8  $ \textbf{echo 'a ' > a}
     1.9  $ \textbf{hg commit -A -m 'test with trailing whitespace'}
    1.10  adding a