view en/examples/daily.copy.init.out @ 496:b8d9066abcea

Translated initial paragraphs regarding bisect command
author Igor TAmara <igor@tamarapatino.org>
date Wed, 05 Nov 2008 23:04:06 -0500
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'}