Mercurial > hgbook
view en/examples/mq.guards.init.out @ 292:f72e4be6dd37
intermediate commit.
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Thu, 07 Feb 2008 18:56:42 +0900 |
parents | 006bbad1f190 |
children |
line wrap: on
line source
$ \textbf{hg qinit} $ \textbf{hg qnew hello.patch} $ \textbf{echo hello > hello} $ \textbf{hg add hello} $ \textbf{hg qrefresh} $ \textbf{hg qnew goodbye.patch} $ \textbf{echo goodbye > goodbye} $ \textbf{hg add goodbye} $ \textbf{hg qrefresh}