diff -r 6176ca261f86 -r 9dda4c73fc3b hgext/purge.py --- 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 _