comparison tests/test-mq-qnew-twice @ 3098:fe9b13e35e46

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Fri, 15 Sep 2006 15:22:45 -0500
parents 61fcd9fac434
children
comparison
equal deleted inserted replaced
3097:1b738357bba9 3098:fe9b13e35e46
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 a 6 hg init a
8 cd a 7 cd a
9 hg qnew first.patch 8 hg qnew first.patch
10 hg qnew first.patch 9 hg qnew first.patch