Skip to content
Snippets Groups Projects
Commit 7790cd70 authored by Yuya Nishihara's avatar Yuya Nishihara
Browse files

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.
parent 2002c193
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment