[Commented On] D11989: test: simpler requirements matching in test-lfs-largefiles.t
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Mon Jan 24 15:02:44 UTC 2022
baymax added a comment.
baymax updated this revision to Diff 31798.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11989?vs=31644&id=31798
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11989/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11989
AFFECTED FILES
tests/test-lfs-largefiles.t
CHANGE DETAILS
diff --git a/tests/test-lfs-largefiles.t b/tests/test-lfs-largefiles.t
--- a/tests/test-lfs-largefiles.t
+++ b/tests/test-lfs-largefiles.t
@@ -288,17 +288,8 @@
The requirement is added to the destination repo.
- $ hg debugrequires
- dotencode
- dirstate-v2 (dirstate-v2 !)
- fncache
- generaldelta
+ $ hg debugrequires | grep lfs
lfs
- persistent-nodemap (rust !)
- revlog-compression-zstd (zstd !)
- revlogv1
- sparserevlog
- store
$ hg log -r 'all()' -G -T '{rev} {join(lfs_files, ", ")} ({desc})\n'
o 8 large_by_size.bin (remove large_by_size.bin)
To: marmoute, #hg-reviewers, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220124/58f66630/attachment-0002.html>
More information about the Mercurial-patches
mailing list