hgbook

view en/examples/mq.guards.init.out @ 439:955f5218f63e

Reserving chapters to translate on weekend
author Igor TAmara <igor@tamarapatino.org>
date Sat Dec 06 00:16:59 2008 -0500 (2008-12-06)
parents
children
line source
1 $ \textbf{hg qinit}
2 $ \textbf{hg qnew hello.patch}
3 $ \textbf{echo hello > hello}
4 $ \textbf{hg add hello}
5 $ \textbf{hg qrefresh}
6 $ \textbf{hg qnew goodbye.patch}
7 $ \textbf{echo goodbye > goodbye}
8 $ \textbf{hg add goodbye}
9 $ \textbf{hg qrefresh}