hgbook

annotate en/examples/daily.revert.add.out @ 237:28bd9ab3edbf

Distinguish system from Mercurial commands in the index.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:48:58 2007 -0700 (2007-05-27)
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