[PATCH 2 of 2] largefiles: drop the localrepo import in reposetup.py

Matt Harbison mharbison72 at gmail.com
Thu Dec 25 21:25:58 CST 2014


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1419563632 18000
#      Thu Dec 25 22:13:52 2014 -0500
# Node ID be5e1e59ef01f4f5b2e596c36f3df5c6f75f4abd
# Parent  5cea028af80a7480776dba5376e87ed2d4a0e9e6
largefiles: drop the localrepo import in reposetup.py

I missed the pyflakes warning in 67d63ec85eb7.

diff --git a/hgext/largefiles/reposetup.py b/hgext/largefiles/reposetup.py
--- a/hgext/largefiles/reposetup.py
+++ b/hgext/largefiles/reposetup.py
@@ -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


More information about the Mercurial-devel mailing list