Mercurial > hg
changeset 23660:1ec6dbb9b216
largefiles: fix unused import
Caught by pyflakes.
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 24 Dec 2014 13:33:01 -0600 |
parents | 67d63ec85eb7 |
children | dbd60f8d88d5 |
files | hgext/largefiles/reposetup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/largefiles/reposetup.py Sun Dec 07 01:32:30 2014 -0500 +++ b/hgext/largefiles/reposetup.py Wed Dec 24 13:33:01 2014 -0600 @@ -12,7 +12,7 @@ from mercurial import error, manifest, match as match_, util from mercurial.i18n import _ -from mercurial import localrepo, scmutil +from mercurial import scmutil import lfcommands import lfutil