changeset 15188 | 8e115063950d |
parent 15170 | c1a4a3220711 |
child 15252 | 6e809bb4f969 |
--- a/hgext/largefiles/uisetup.py Sat Oct 01 16:18:51 2011 -0500 +++ b/hgext/largefiles/uisetup.py Sat Oct 01 16:39:51 2011 -0400 @@ -9,7 +9,7 @@ '''setup for largefiles extension: uisetup''' from mercurial import archival, cmdutil, commands, extensions, filemerge, hg, \ - httprepo, localrepo, sshrepo, sshserver, wireproto + httprepo, localrepo, sshrepo, sshserver, util, wireproto from mercurial.i18n import _ from mercurial.hgweb import hgweb_mod, protocol