hgbook

view en/examples/mq.qinit-help @ 593:8dfdbe1cf982

Update Apache2 configuration.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu Mar 26 22:00:32 2009 -0700 (2009-03-26)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit