hgbook

annotate en/examples/daily.revert.add.out @ 314:231c8469a0ec

Removed a paragraph that is no longer true as of Subversion 1.5.
author Sean Russell <ser@ser1.net>
date Thu Aug 21 23:07:36 2008 -0400 (2008-08-21)
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