hgext/purge.py
changeset 8934 9dda4c73fc3b
parent 8894 868670dbc237
child 8936 1de6e7e1bb9f
--- 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 _