hgbook

view en/examples/mq.qinit-help @ 216:699771d085c6

More notes on web configuration.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu May 10 11:51:08 2007 -0700 (2007-05-10)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit