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

Kevin Bullock kbullock+mercurial at ringworld.org
Tue Jan 4 11:44:04 CST 2011


# HG changeset patch
# User Kevin Bullock <kbullock at ringworld.org>
# Date 1294161328 21600
# Node ID eafa47a2765a83372dea3dcaccb66687fa8f7248
# Parent  ac5b9beb9368870ecf2be251f50ac3c5655cc666
test-subrepo-mq.t: correct comment

This fixes the description of a helper function.

diff --git a/tests/test-mq-subrepo.t b/tests/test-mq-subrepo.t
--- a/tests/test-mq-subrepo.t
+++ b/tests/test-mq-subrepo.t
@@ -4,7 +4,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