«large» files.
Uwe Brauer
oub at mat.ucm.es
Fri Apr 22 07:42:54 UTC 2016
> On Wed, 20 Apr 2016 09:03:42 -0400, Uwe Brauer <oub at mat.ucm.es> wrote:
> Be aware that you didn't add this as a largefile if you see this
> warning. You need to add a file with --large before any name or size
> based settings you may have setup will be honored.
Thanks, this was very helpful. I was not aware that I need to add the
--large option. Now is there a hg command which allows me to find
added large files? Then I could remove and add them but this time with
the appropriate --large option.
Of course there is the find command:
find . -name '*' -size +13M -print
regards
Uwe Brauer
More information about the Mercurial
mailing list