hgbook
diff en/examples/hook.ws @ 281:a880d07f2d29
Fix repository paths of data/index files in filelog diagram.
Data/index files are stored in the repository at .hg/store/data, not .hg/data.
Modify the filelog diagram to reflect this.
Data/index files are stored in the repository at .hg/store/data, not .hg/data.
Modify the filelog diagram to reflect this.
author | Arun Thomas <arun.thomas@gmail.com> |
---|---|
date | Mon Dec 17 23:16:59 2007 -0500 (2007-12-17) |
parents | 06d18465df03 |
children |
line diff
1.1 --- a/en/examples/hook.ws Mon Mar 26 22:45:48 2007 -0700 1.2 +++ b/en/examples/hook.ws Mon Dec 17 23:16:59 2007 -0500 1.3 @@ -3,7 +3,7 @@ 1.4 hg init a 1.5 cd a 1.6 echo '[hooks]' > .hg/hgrc 1.7 -echo "pretxncommit.whitespace = hg export tip | (! grep -qP '^\\+.*[ \\t]$')" >> .hg/hgrc 1.8 +echo "pretxncommit.whitespace = hg export tip | (! egrep -q '^\\+.*[ \\t]$')" >> .hg/hgrc 1.9 1.10 #$ name: simple 1.11