comparison tests/test-mq-guards @ 2980:94def4db6cd4

merge.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Tue, 22 Aug 2006 07:32:54 -0700
parents 61fcd9fac434
children 193e9c6d1a6d
comparison
equal deleted inserted replaced
2979:985594e891b8 2980:94def4db6cd4
1 #!/bin/sh 1 #!/bin/sh
2 2
3 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH 3 echo "[extensions]" >> $HGRCPATH
4 echo "[extensions]" >> $HGTMP/.hgrc 4 echo "mq=" >> $HGRCPATH
5 echo "mq=" >> $HGTMP/.hgrc
6 5
7 hg init 6 hg init
8 hg qinit 7 hg qinit
9 8
10 echo x > x 9 echo x > x