changeset 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 b7f76db06dc0
children b7aec4c881d1
files hgext/strip.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 _