diff -r f89fd07fc51d -r e75aab656f46 mercurial/localrepo.py --- a/mercurial/localrepo.py Thu Mar 06 22:23:26 2008 +0100 +++ b/mercurial/localrepo.py Thu Mar 06 22:23:41 2008 +0100 @@ -9,7 +9,7 @@ from i18n import _ import repo, changegroup import changelog, dirstate, filelog, manifest, context, weakref -import re, lock, transaction, tempfile, stat, errno, ui +import lock, transaction, stat, errno, ui import os, revlog, time, util, extensions, hook, inspect class localrepository(repo.repository):