hgbook

view en/examples/mq.qinit-help @ 245:3eaa02162e90

Fix another typo reported by Tim Hatch.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 09:02:45 2007 -0700 (2007-05-30)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit