hgext/largefiles/overrides.py
changeset 31614 d5d0e6ca62ad
parent 31613 5c1d3f1b8f44
child 31616 10561eb97c7f
--- a/hgext/largefiles/overrides.py	Fri Mar 24 22:24:58 2017 +0900
+++ b/hgext/largefiles/overrides.py	Fri Mar 24 22:24:59 2017 +0900
@@ -351,7 +351,7 @@
             pats.update(fixpats(f, tostandin) for f in p)
         else:
             def tostandin(f):
-                if lfutil.splitstandin(f):
+                if lfutil.isstandin(f):
                     return f
                 return lfutil.standin(f)
             pats.update(fixpats(f, tostandin) for f in p)