hgbook

annotate en/examples/daily.revert.add.out @ 260:ec6a3bb10986

HTML: replace Unicode ligatures with plain ASCII.
Thanks to Johannes Hoff for spotting this.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun Jun 17 11:09:13 2007 -0700 (2007-06-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