hgext/largefiles/overrides.py
changeset 48506 608a35db186c
parent 48432 f45a4a47f6a8
child 48709 d536d4afe003
--- a/hgext/largefiles/overrides.py	Mon Dec 06 13:43:00 2021 -0800
+++ b/hgext/largefiles/overrides.py	Tue Dec 07 21:17:18 2021 -0800
@@ -695,7 +695,7 @@
         )
     ):
         repo.wwrite(fcd.path(), fco.data(), fco.flags())
-    return True, 0, False
+    return 0, False
 
 
 @eh.wrapfunction(copiesmod, b'pathcopies')