[PATCH] lfs: don't add extension to hgrc after conversion (BC)

Yuya Nishihara yuya at tcha.org
Fri Oct 19 09:03:31 EDT 2018


On Thu, 18 Oct 2018 22:02:27 -0400, Matt Harbison wrote:
> # HG changeset patch
> # User Matt Harbison <matt_harbison at yahoo.com>
> # Date 1539914147 14400
> #      Thu Oct 18 21:55:47 2018 -0400
> # Node ID 5efdab0bd5b25112f44dc22813d0fb78a77a0009
> # Parent  824b687ff6af49622a18dfea760cf41a7abe5aa7
> lfs: don't add extension to hgrc after conversion (BC)

> --- a/tests/test-lfs-largefiles.t
> +++ b/tests/test-lfs-largefiles.t
> @@ -286,8 +286,7 @@ parameters are available, but not --auth
>    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 @@ locally.
>    lfs
>    revlogv1
>    store
> -  $ hg config --debug extensions | grep lfs
> -  $TESTTMP/nolargefiles/.hg/hgrc:*: extensions.lfs= (glob)

Removed one more copy in test-lfs.t


More information about the Mercurial-devel mailing list