hgbook

annotate es/examples/mq.qinit-help @ 718:c3863298abc7

Sync Makefile with the source
author Dongsheng Song <songdongsheng@live.cn>
date Thu May 21 17:09:48 2009 +0800 (2009-05-21)
parents
children
rev   line source
igor@333 1 #!/bin/bash
igor@333 2
igor@333 3 echo '[extensions]' >> $HGRC
igor@333 4 echo 'hgext.mq =' >> $HGRC
igor@333 5
igor@333 6 #$ name: help
igor@333 7 hg help qinit