diff hgext/purge.py @ 8934:9dda4c73fc3b

extensions: change descriptions for extensions providing a few commands
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Wed, 24 Jun 2009 13:42:02 +0200
parents 868670dbc237
children 1de6e7e1bb9f
line wrap: on
line diff
--- a/hgext/purge.py	Wed Jun 24 13:10:05 2009 +0200
+++ b/hgext/purge.py	Wed Jun 24 13:42:02 2009 +0200
@@ -23,7 +23,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-'''delete files not tracked from the working directory'''
+'''command to delete untracked files from the working directory'''
 
 from mercurial import util, commands, cmdutil
 from mercurial.i18n import _