hgbook

view es/examples/mq.qinit-help @ 459:622faa5f5bb8

assigned to myself a couple more of files. Will translate first the ones I have assigned since before, though ;)
author Javier Rojas <jerojasro@devnull.li>
date Sun Dec 21 23:07:13 2008 -0500 (2008-12-21)
parents
children
line source
1 #!/bin/bash
3 echo '[extensions]' >> $HGRC
4 echo 'hgext.mq =' >> $HGRC
6 #$ name: help
7 hg help qinit