comparison tests/test-mq-subrepo-svn.t @ 13326:535a891284da

test-subrepo-mq-svn.t: correct comment This fixes the description of a helper function in the test.
author Kevin Bullock <kbullock@ringworld.org>
date Thu, 27 Jan 2011 15:51:26 -0600
parents 23bbb5b888ea
children 1f2b2c33d386
comparison
equal deleted inserted replaced
13325:7ebdfa37842e 13326:535a891284da
3 $ echo "[extensions]" >> $HGRCPATH 3 $ echo "[extensions]" >> $HGRCPATH
4 $ echo "mq=" >> $HGRCPATH 4 $ echo "mq=" >> $HGRCPATH
5 $ echo "[diff]" >> $HGRCPATH 5 $ echo "[diff]" >> $HGRCPATH
6 $ echo "nodates=1" >> $HGRCPATH 6 $ echo "nodates=1" >> $HGRCPATH
7 7
8 fn to create new repository w/dirty subrepo, and cd into it 8 fn to create new repository, and cd into it
9 $ mkrepo() { 9 $ mkrepo() {
10 > hg init $1 10 > hg init $1
11 > cd $1 11 > cd $1
12 > hg qinit 12 > hg qinit
13 > } 13 > }