# HG changeset patch # User Kevin Bullock # Date 2013-09-28 02:54:53 # Node ID 0a986233ecbf2f103e7dbf80fa80fdf66879ca9c # Parent 8b9c73ddeec1874a3aab33a9ad2fcbf9819a2be7 strip: bring extension description in line with style and copy-edit diff --git a/hgext/strip.py b/hgext/strip.py --- a/hgext/strip.py +++ b/hgext/strip.py @@ -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 _