diff -r cb4449921a1d -r c95db3208a33 hgext/largefiles/reposetup.py --- a/hgext/largefiles/reposetup.py Fri Oct 10 14:32:36 2014 -0700 +++ b/hgext/largefiles/reposetup.py Tue Oct 14 00:52:27 2014 -0500 @@ -12,7 +12,7 @@ from mercurial import error, manifest, match as match_, util from mercurial.i18n import _ -from mercurial import localrepo +from mercurial import localrepo, scmutil import lfcommands import lfutil @@ -242,7 +242,7 @@ wlock.release() self.lfstatus = True - return result + return scmutil.status(*result) # As part of committing, copy all of the largefiles into the # cache.