Mercurial > public > mercurial-scm > hg-stable
diff hgext/strip.py @ 19945:3d42a85f6922 stable
strip: fix spelling: "allows to" -> "allows you to"
author | Javi Merino <cibervicho@gmail.com> |
---|---|
date | Mon, 21 Oct 2013 22:23:36 +0100 |
parents | 0a986233ecbf |
children | 2802bedbd45f |
line wrap: on
line diff
--- a/hgext/strip.py Tue Oct 22 23:38:58 2013 +0900 +++ b/hgext/strip.py Mon Oct 21 22:23:36 2013 +0100 @@ -1,6 +1,6 @@ """strip changesets and their descendents from history -This extension allows to strip changesets and all their descendants from the +This extension allows you to strip changesets and all their descendants from the repository. See the command help for details. """ from mercurial.i18n import _