# HG changeset patch # User Javi Merino # Date 1382390616 -3600 # Node ID 3d42a85f69226d64b14e4c3e3e8c030eb169056d # Parent b7f76db06dc0f1c85f05256eaba7ac7559e811e9 strip: fix spelling: "allows to" -> "allows you to" diff -r b7f76db06dc0 -r 3d42a85f6922 hgext/strip.py --- 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 _