# HG changeset patch # User Bryan O'Sullivan # Date 1191384038 25200 # Node ID 4ad2a18aff42266d1821f47f6dbfec6c38d9748c # Parent 6b6104430964e6468e1a8885c3efbb7cd1d6295e convert: fix a few residual bugs in darcs importer diff --git a/hgext/convert/darcs.py b/hgext/convert/darcs.py --- a/hgext/convert/darcs.py +++ b/hgext/convert/darcs.py @@ -58,7 +58,7 @@ class darcs_source(converter_source): def after(self): self.ui.debug('cleaning up %s\n' % self.tmppath) - #shutil.rmtree(self.tmppath, ignore_errors=True) + shutil.rmtree(self.tmppath, ignore_errors=True) def _run(self, cmd, *args, **kwargs): cmdline = 'darcs %s --repodir=%r %s