# HG changeset patch # User Kevin Bullock # Date 1380336893 18000 # Node ID 0a986233ecbf2f103e7dbf80fa80fdf66879ca9c # Parent 8b9c73ddeec1874a3aab33a9ad2fcbf9819a2be7 strip: bring extension description in line with style and copy-edit diff -r 8b9c73ddeec1 -r 0a986233ecbf hgext/strip.py --- a/hgext/strip.py Thu Sep 26 11:11:39 2013 +0200 +++ b/hgext/strip.py Fri Sep 27 21:54:53 2013 -0500 @@ -1,6 +1,6 @@ -"""This extension contains the strip commands. +"""strip changesets and their descendents from history -This extensions allows to strip changesets and all their descendants from the +This extension allows to strip changesets and all their descendants from the repository. See the command help for details. """ from mercurial.i18n import _