Mercurial > hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
19944:b7f76db06dc0 | 19945:3d42a85f6922 |
---|---|
1 """strip changesets and their descendents from history | 1 """strip changesets and their descendents from history |
2 | 2 |
3 This extension allows to strip changesets and all their descendants from the | 3 This extension allows you to strip changesets and all their descendants from the |
4 repository. See the command help for details. | 4 repository. See the command help for details. |
5 """ | 5 """ |
6 from mercurial.i18n import _ | 6 from mercurial.i18n import _ |
7 from mercurial.node import nullid | 7 from mercurial.node import nullid |
8 from mercurial.lock import release | 8 from mercurial.lock import release |