changeset 8873 | e872ef2e6758 |
parent 8866 | 87c30fb7e8df |
child 8894 | 868670dbc237 |
--- a/hgext/purge.py Sun Jun 21 16:35:44 2009 +0200 +++ b/hgext/purge.py Sun Jun 21 16:45:47 2009 +0200 @@ -23,6 +23,8 @@ # 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''' + from mercurial import util, commands, cmdutil from mercurial.i18n import _ import os, stat