hgbook

annotate en/examples/daily.revert.remove.out @ 352:9f460a706292

translated a few sections from tour-basic.tex
author jerojasro@localhost
date Mon Oct 20 00:19:24 2008 -0500 (2008-10-20)
parents
children
rev   line source
bos@144 1 $ \textbf{hg remove file}
bos@144 2 $ \textbf{hg status}
bos@144 3 R file
bos@144 4 $ \textbf{hg revert file}
bos@144 5 $ \textbf{hg status}
bos@144 6 $ \textbf{ls file}
bos@144 7 file