Mercurial > hg
changeset 38800:7790cd70842a
lfs: remove callstatus property from 'lfs()' fileset
It was added at 91aac8e6604d, but is no longer needed since a fileset
expression is now compiled into an "open" matcher. See ff5b6fca1082 for
details.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 22 Jul 2018 16:03:48 +0900 |
parents | 2002c193f2bc |
children | 1d1c1645d7b9 |
files | hgext/lfs/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/lfs/__init__.py Thu Jul 05 10:42:48 2018 +0530 +++ b/hgext/lfs/__init__.py Sun Jul 22 16:03:48 2018 +0900 @@ -357,7 +357,7 @@ # when writing a bundle via "hg bundle" command, upload related LFS blobs wrapfunction(bundle2, 'writenewbundle', wrapper.writenewbundle) -@filesetpredicate('lfs()', callstatus=True) +@filesetpredicate('lfs()') def lfsfileset(mctx, x): """File that uses LFS storage.""" # i18n: "lfs" is a keyword