Show More
@@ -357,7 +357,7 b' def extsetup(ui):' | |||||
357 | # when writing a bundle via "hg bundle" command, upload related LFS blobs |
|
357 | # when writing a bundle via "hg bundle" command, upload related LFS blobs | |
358 | wrapfunction(bundle2, 'writenewbundle', wrapper.writenewbundle) |
|
358 | wrapfunction(bundle2, 'writenewbundle', wrapper.writenewbundle) | |
359 |
|
359 | |||
360 |
@filesetpredicate('lfs()' |
|
360 | @filesetpredicate('lfs()') | |
361 | def lfsfileset(mctx, x): |
|
361 | def lfsfileset(mctx, x): | |
362 | """File that uses LFS storage.""" |
|
362 | """File that uses LFS storage.""" | |
363 | # i18n: "lfs" is a keyword |
|
363 | # i18n: "lfs" is a keyword |
General Comments 0
You need to be logged in to leave comments.
Login now