hgbook

view en/examples/mq.qinit-help @ 145:4aecfa5c3ab0

Drop all output from bisect.
It's not running deterministically right now.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 06 21:55:07 2007 -0800 (2007-03-06)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit