hgbook

diff en/examples/hook.ws.better.out @ 276:92660e72d6bf

[hgbook] Fix a typo
author "Dongsheng Song" <dongsheng.song@gmail.com>
date Fri Dec 07 21:25:07 2007 -0800 (2007-12-07)
parents 06d18465df03
children
line diff
     1.1 --- a/en/examples/hook.ws.better.out	Mon Mar 26 22:45:48 2007 -0700
     1.2 +++ b/en/examples/hook.ws.better.out	Fri Dec 07 21:25:07 2007 -0800
     1.3 @@ -5,13 +5,13 @@
     1.4  $ \textbf{hg commit -A -m 'add new line with trailing whitespace'}
     1.5  a, line 2: trailing whitespace added
     1.6  commit message saved to .hg/commit.save
     1.7 -abort: pretxncommit.whitespace hook exited with status 1
     1.8  transaction abort!
     1.9  rollback completed
    1.10 +abort: pretxncommit.whitespace hook exited with status 1
    1.11  $ \textbf{sed -i 's, *$,,' a}
    1.12  $ \textbf{hg commit -A -m 'trimmed trailing whitespace'}
    1.13  a, line 2: trailing whitespace added
    1.14  commit message saved to .hg/commit.save
    1.15 -abort: pretxncommit.whitespace hook exited with status 1
    1.16  transaction abort!
    1.17  rollback completed
    1.18 +abort: pretxncommit.whitespace hook exited with status 1