# HG changeset patch # User Kevin Bullock # Date 2011-01-27 21:51:26 # Node ID 535a891284da013d76dac5eb228349612032aa40 # Parent 7ebdfa37842eff3a8f0bf4938340f89f2dcd998d test-subrepo-mq-svn.t: correct comment This fixes the description of a helper function in the test. diff --git a/tests/test-mq-subrepo-svn.t b/tests/test-mq-subrepo-svn.t --- a/tests/test-mq-subrepo-svn.t +++ b/tests/test-mq-subrepo-svn.t @@ -5,7 +5,7 @@ $ echo "[diff]" >> $HGRCPATH $ echo "nodates=1" >> $HGRCPATH -fn to create new repository w/dirty subrepo, and cd into it +fn to create new repository, and cd into it $ mkrepo() { > hg init $1 > cd $1