hgbook

annotate en/examples/daily.revert.add.out @ 323:701cc7f8aee3

Initial guidelines for translation
author Igor TAmara <igor@tamarapatino.org>
date Fri Oct 17 04:21:35 2008 -0500 (2008-10-17)
parents
children
rev   line source
bos@144 1 $ \textbf{echo oops > oops}
bos@144 2 $ \textbf{hg add oops}
bos@144 3 $ \textbf{hg status oops}
bos@144 4 A oops
bos@144 5 $ \textbf{hg revert oops}
bos@144 6 $ \textbf{hg status}
bos@144 7 ? oops