comparison hgext/strip.py @ 19828:0a986233ecbf

strip: bring extension description in line with style and copy-edit
author Kevin Bullock <kbullock@ringworld.org>
date Fri, 27 Sep 2013 21:54:53 -0500
parents 4b1cbcfdabf7
children 3d42a85f6922
comparison
equal deleted inserted replaced
19827:8b9c73ddeec1 19828:0a986233ecbf
1 """This extension contains the strip commands. 1 """strip changesets and their descendents from history
2 2
3 This extensions allows to strip changesets and all their descendants from the 3 This extension allows 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