hgbook

view en/examples/daily.revert.remove.out @ 233:696b1e0c01df

Tag all MQ commands as belonging to the mq extension.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:41:55 2007 -0700 (2007-05-27)
parents
children
line source
1 $ \textbf{hg remove file}
2 $ \textbf{hg status}
3 R file
4 $ \textbf{hg revert file}
5 $ \textbf{hg status}
6 $ \textbf{ls file}
7 file