hgbook

view 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.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Aug 07 15:45:08 2006 -0700 (2006-08-07)
parents
children
line source
1 #$ name: dirlist
2 hg init newrepo
3 cd newrepo
5 find .
7 #$ name:
8 echo "a line of text" > foo
9 echo "another life of text" > bar
10 hg commit -A -m "Some files"
12 #$ name: dirlist2
13 find .
15 #$ name:
16 cd ..
18 #$ name: hginit
19 hg init reponame