hgbook
diff en/examples/concepts @ 68:c574ce277a2b
Mostly random attempt to see if fiddling with the child will help the parent.
Motivated by problems people are having on Debian sid and FreeBSD.
Motivated by problems people are having on Debian sid and FreeBSD.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon Aug 07 15:45:08 2006 -0700 (2006-08-07) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/concepts Mon Aug 07 15:45:08 2006 -0700 1.3 @@ -0,0 +1,19 @@ 1.4 +#$ name: dirlist 1.5 +hg init newrepo 1.6 +cd newrepo 1.7 + 1.8 +find . 1.9 + 1.10 +#$ name: 1.11 +echo "a line of text" > foo 1.12 +echo "another life of text" > bar 1.13 +hg commit -A -m "Some files" 1.14 + 1.15 +#$ name: dirlist2 1.16 +find . 1.17 + 1.18 +#$ name: 1.19 +cd .. 1.20 + 1.21 +#$ name: hginit 1.22 +hg init reponame