view en/examples/daily.copy.init.out @ 178:1b55292716a4

correct single typo in chpt 5 text
author Steve Guidon <steve.guidon@gmail.com>
date Thu, 29 Mar 2007 19:55:18 +0100
parents 006bbad1f190
children
line wrap: on
line source

$ \textbf{hg init my-copy}
$ \textbf{cd my-copy}
$ \textbf{echo line > file}
$ \textbf{hg add file}
$ \textbf{hg commit -m 'Added a file'}