hgext/purge.py
changeset 8873 e872ef2e6758
parent 8866 87c30fb7e8df
child 8894 868670dbc237
equal deleted inserted replaced
8872:d0c0013f8713 8873:e872ef2e6758
    20 # GNU General Public License for more details.
    20 # GNU General Public License for more details.
    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 
       
    26 '''enable removing untracked files only'''
    25 
    27 
    26 from mercurial import util, commands, cmdutil
    28 from mercurial import util, commands, cmdutil
    27 from mercurial.i18n import _
    29 from mercurial.i18n import _
    28 import os, stat
    30 import os, stat
    29 
    31