hgext/largefiles/overrides.py
changeset 26606 2a405d307f8c
parent 26587 56b2bcea2529
child 26607 45a6233d5f50
--- a/hgext/largefiles/overrides.py	Sun Oct 11 12:31:08 2015 -0700
+++ b/hgext/largefiles/overrides.py	Sun Oct 11 12:56:21 2015 -0700
@@ -553,7 +553,7 @@
                (lfutil.splitstandin(orig), ahash, dhash, ohash),
              0) == 1)):
         repo.wwrite(fcd.path(), fco.data(), fco.flags())
-    return 0
+    return True, 0
 
 def copiespathcopies(orig, ctx1, ctx2, match=None):
     copies = orig(ctx1, ctx2, match=match)