hgext/largefiles/reposetup.py
changeset 22914 c95db3208a33
parent 22911 509e2cbee679
child 22919 1982bdb7e2cc
--- 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.