hgbook

annotate en/examples/concepts @ 70:365b41b6a15e

bash is not necessarily in /bin.
Original patch against an earlier rev from Guy Brand <gb@isis.u-strasbg.fr>.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Aug 08 14:13:28 2006 -0700 (2006-08-08)
parents
children
rev   line source
jeffpc@56 1 #$ name: dirlist
jeffpc@56 2 hg init newrepo
jeffpc@56 3 cd newrepo
jeffpc@56 4
jeffpc@56 5 find .
jeffpc@56 6
jeffpc@56 7 #$ name:
jeffpc@56 8 echo "a line of text" > foo
jeffpc@56 9 echo "another life of text" > bar
jeffpc@56 10 hg commit -A -m "Some files"
jeffpc@56 11
jeffpc@56 12 #$ name: dirlist2
jeffpc@56 13 find .
jeffpc@56 14
jeffpc@56 15 #$ name:
jeffpc@56 16 cd ..
jeffpc@56 17
jeffpc@56 18 #$ name: hginit
jeffpc@56 19 hg init reponame