hgbook

annotate es/examples/mq.qinit-help @ 347:8d9bd626b4b5

defined a command to insert translator's notes. Added an explanation on the
README (Leame.1st) file
author jerojasro@localhost
date Sun Oct 19 22:39:43 2008 -0500 (2008-10-19)
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