hgbook
diff en/examples/backout @ 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 | 627effec9d4e |
children | 7226e5e750a6 |
line diff
1.1 --- a/en/examples/backout Tue Mar 06 21:36:14 2007 -0800 1.2 +++ b/en/examples/backout Mon Dec 17 23:16:59 2007 -0500 1.3 @@ -6,7 +6,7 @@ 1.4 export HGMERGE=$(mktemp) 1.5 echo '#!/bin/sh' >> $HGMERGE 1.6 echo 'echo first change > "$1"' >> $HGMERGE 1.7 -echo 'echo third change > "$1"' >> $HGMERGE 1.8 +echo 'echo third change >> "$1"' >> $HGMERGE 1.9 chmod 700 $HGMERGE 1.10 1.11 #$ name: init