hgext/purge.py
changeset 6212 e75aab656f46
parent 5517 98d5f9b95699
child 6573 44cd348e6529
equal deleted inserted replaced
6211:f89fd07fc51d 6212:e75aab656f46
    25 #
    25 #
    26 # You should have received a copy of the GNU General Public License
    26 # You should have received a copy of the GNU General Public License
    27 # along with this program; if not, write to the Free Software
    27 # along with this program; if not, write to the Free Software
    28 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    28 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    29 
    29 
    30 from mercurial import hg, util, commands
    30 from mercurial import util, commands
    31 from mercurial.i18n import _
    31 from mercurial.i18n import _
    32 import os
    32 import os
    33 
    33 
    34 def dopurge(ui, repo, dirs=None, act=True, ignored=False,
    34 def dopurge(ui, repo, dirs=None, act=True, ignored=False,
    35             abort_on_err=False, eol='\n',
    35             abort_on_err=False, eol='\n',