hgbook

view en/examples/mq.qinit-help @ 689:f3f901cfbfc7

Describe the qfinish command in preference to qdelete -r.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Apr 24 17:00:00 2009 -0700 (2009-04-24)
parents 5cee64874312
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit