Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 8760:bf17aeafb869
Spell Mercurial as a proper noun
author | timeless <timeless@gmail.com> |
---|---|
date | Tue, 09 Jun 2009 09:25:31 -0400 |
parents | 1b95c6f13155 |
children | 0289f384e1e5 |
line wrap: on
line diff
--- 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):