diff tests/test-lfs-largefiles.t @ 40368:fad6068249d9

lfs: don't add extension to hgrc after conversion (BC) This is in the spirit of bcf72d7b1524.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 18 Oct 2018 21:55:47 -0400
parents 5abc47d4ca6b
children c35d3cb758a4
line wrap: on
line diff
--- a/tests/test-lfs-largefiles.t	Thu Oct 18 21:00:07 2018 +0900
+++ b/tests/test-lfs-largefiles.t	Thu Oct 18 21:55:47 2018 -0400
@@ -286,8 +286,7 @@
   0 remove large_by_size.bin
   $ cd nolargefiles
 
-The requirement is added to the destination repo, and the extension is enabled
-locally.
+The requirement is added to the destination repo.
 
   $ cat .hg/requires
   dotencode
@@ -296,8 +295,6 @@
   lfs
   revlogv1
   store
-  $ hg config --debug extensions | grep lfs
-  $TESTTMP/nolargefiles/.hg/hgrc:*: extensions.lfs= (glob)
 
   $ hg log -r 'all()' -G -T '{rev} {join(lfs_files, ", ")} ({desc})\n'
   o  8 large_by_size.bin (remove large_by_size.bin)