hgbook

annotate es/examples/mq.qinit-help @ 722:96c012342355

More makefile, plus main index template and generator script.
author Giulio@puck
date Mon Jun 08 22:59:15 2009 +0200 (2009-06-08)
parents
children
rev   line source
igor@333 1 #!/bin/bash
igor@333 2
igor@333 3 echo '[extensions]' >> $HGRC
igor@333 4 echo 'hgext.mq =' >> $HGRC
igor@333 5
igor@333 6 #$ name: help
igor@333 7 hg help qinit