diff hgext/largefiles/reposetup.py @ 22914:c95db3208a33

status: update various other methods to return new class
author Martin von Zweigbergk <martinvonz@gmail.com>
date Tue, 14 Oct 2014 00:52:27 -0500
parents 509e2cbee679
children 1982bdb7e2cc
line wrap: on
line diff
--- 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.