# HG changeset patch # User Bryan O'Sullivan # Date 1191384060 25200 # Node ID 9bdce4a7964c338f4a337a1667f5dd930662a32c # Parent b98c377b3c163d01346f63851710d183c43076da# Parent 4ad2a18aff42266d1821f47f6dbfec6c38d9748c Merge with crew diff -r b98c377b3c16 -r 9bdce4a7964c hgext/convert/darcs.py --- a/hgext/convert/darcs.py Tue Oct 02 13:49:36 2007 -0700 +++ b/hgext/convert/darcs.py Tue Oct 02 21:01:00 2007 -0700 @@ -58,7 +58,7 @@ 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