equal
deleted
inserted
replaced
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 |