##// END OF EJS Templates
largefiles: clarify help when options are ignored until first add is done
Michal Sznajder -
r15743:6266b1b9 stable
parent child Browse files
Show More
@@ -78,6 +78,12 b' tracked as largefiles::'
78 78
79 79 Files that match one of these patterns will be added as largefiles
80 80 regardless of their size.
81
82 The ``largefiles.minsize`` and ``largefiles.patterns`` config options
83 will be ignored for any repositories not already containing a
84 largefile. To add the first largefile to a repository, you must
85 explicitly do so with the --large flag passed to the :hg:`add`
86 command.
81 87 '''
82 88
83 89 from mercurial import commands
General Comments 0
You need to be logged in to leave comments. Login now