hgbook

view en/examples/mq.qinit-help @ 667:3b33dd6aba87

Merge with http://hg.serpentine.com/mercurial/book
author Dongsheng Song <songdongsheng@live.cn>
date Thu Apr 02 09:24:36 2009 +0800 (2009-04-02)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit