hgbook

annotate en/examples/daily.revert.add.out @ 449:9b3cc9f398f9

Finished MQ chapter translation

Added translation term fold
author Igor TAmara <igor@tamarapatino.org>
date Sat Dec 13 12:23:51 2008 -0500 (2008-12-13)
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