hgext/purge.py
changeset 8894 868670dbc237
parent 8873 e872ef2e6758
child 8934 9dda4c73fc3b
equal deleted inserted replaced
8893:cc0593af30d4 8894:868670dbc237
    21 #
    21 #
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    24 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    25 
    25 
    26 '''enable removing untracked files only'''
    26 '''delete files not tracked from the working directory'''
    27 
    27 
    28 from mercurial import util, commands, cmdutil
    28 from mercurial import util, commands, cmdutil
    29 from mercurial.i18n import _
    29 from mercurial.i18n import _
    30 import os, stat
    30 import os, stat
    31 
    31