hgbook

annotate en/examples/mq.qinit-help @ 230:f83281da4122

Add new commands for commands and options provided by extensions.
Should improve indexing a bit.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 09:39:27 2007 -0700 (2007-05-27)
parents 5cee64874312
children
rev   line source
bos@47 1 #!/bin/bash
bos@47 2
bos@6 3 echo '[extensions]' >> $HGRC
bos@6 4 echo 'hgext.mq =' >> $HGRC
bos@6 5
bos@4 6 #$ name: help
bos@3 7 hg help qinit