Mercurial > hgbook
view ja/examples/mq.tarball.newsource.out @ 331:110ebf968d3f
more mq.tex
author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
---|---|
date | Sun, 30 Mar 2008 14:51:01 +0900 |
parents | b0db5adf11c1 |
children |
line wrap: on
line source
$ \textbf{hg qpop -a} Patch queue now empty $ \textbf{cd ..} $ \textbf{download netplug-1.2.8.tar.bz2} $ \textbf{hg clone netplug-1.2.5 netplug-1.2.8} 18 files updated, 0 files merged, 0 files removed, 0 files unresolved $ \textbf{cd netplug-1.2.8} $ \textbf{hg locate -0 | xargs -0 rm} $ \textbf{cd ..} $ \textbf{tar jxf netplug-1.2.8.tar.bz2} $ \textbf{cd netplug-1.2.8} $ \textbf{hg commit --addremove --message netplug-1.2.8}