hgbook

annotate en/examples/mq.qinit-help @ 304:303d1576da77

Fix sample output for 'bisect' test.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 22:04:16 2008 +0200 (2008-08-20)
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