log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
hgbook
view es/examples/mq.qinit-help @ 870:3a8e7acc026a
find changesets by author, revision, files, or words in the commit message
Merge
author
Bryan O'Sullivan <bos@serpentine.com>
date
Thu Sep 10 14:52:11 2009 -0700 (2009-09-10)
parents
children
line source
1
#!/bin/bash
2
3
echo '[extensions]' >> $HGRC
4
echo 'hgext.mq =' >> $HGRC
5
6
#$ name: help
7
hg help qinit