hgbook

annotate en/examples/mq.qinit-help @ 68:c574ce277a2b

Mostly random attempt to see if fiddling with the child will help the parent.
Motivated by problems people are having on Debian sid and FreeBSD.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Aug 07 15:45:08 2006 -0700 (2006-08-07)
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