hgext/mq.py
changeset 8760 bf17aeafb869
parent 8711 1b95c6f13155
child 8761 0289f384e1e5
--- a/hgext/mq.py	Tue Jun 09 11:55:32 2009 -0500
+++ b/hgext/mq.py	Tue Jun 09 09:25:31 2009 -0400
@@ -1645,7 +1645,7 @@
     -r/--rev parameter. At least one patch or revision is required.
 
     With --rev, mq will stop managing the named revisions (converting
-    them to regular mercurial changesets). The qfinish command should
+    them to regular Mercurial changesets). The qfinish command should
     be used as an alternative for qdelete -r, as the latter option is
     deprecated.
 
@@ -1753,7 +1753,7 @@
     Source patch repository is looked for in <src>/.hg/patches by
     default. Use -p <url> to change.
 
-    The patch directory must be a nested mercurial repository, as
+    The patch directory must be a nested Mercurial repository, as
     would be created by qinit -c.
     '''
     def patchdir(repo):