hgbook

view en/examples/mq.qinit-help @ 60:70d07ff31ee4

Jeff's concepts chapter breaks the build.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Aug 04 05:27:29 2006 -0700 (2006-08-04)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit