diff -r cc0593af30d4 -r 868670dbc237 hgext/purge.py --- a/hgext/purge.py Mon Jun 22 14:49:07 2009 +0200 +++ b/hgext/purge.py Mon Jun 22 15:48:08 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. -'''enable removing untracked files only''' +'''delete files not tracked from the working directory''' from mercurial import util, commands, cmdutil from mercurial.i18n import _