jeffpc@56: #$ name: dirlist jeffpc@56: hg init newrepo jeffpc@56: cd newrepo jeffpc@56: jeffpc@56: find . jeffpc@56: jeffpc@56: #$ name: jeffpc@56: echo "a line of text" > foo jeffpc@56: echo "another life of text" > bar jeffpc@56: hg commit -A -m "Some files" jeffpc@56: jeffpc@56: #$ name: dirlist2 jeffpc@56: find . jeffpc@56: jeffpc@56: #$ name: jeffpc@56: cd .. jeffpc@56: jeffpc@56: #$ name: hginit jeffpc@56: hg init reponame