[PATCH 2 of 2] test-subrepo-mq-svn.t: correct comment

Kevin Bullock kbullock+mercurial at ringworld.org
Thu Jan 27 15:53:49 CST 2011


# HG changeset patch
# User Kevin Bullock <kbullock at ringworld.org>
# Date 1296165086 21600
# Node ID ddbbd592fcc9e4954f482b5b32b931c88441592f
# Parent  5f97a9abd0ecbbce16bd2fd0150edcc6bd02b9f9
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


More information about the Mercurial-devel mailing list