# HG changeset patch # User Michal Sznajder # Date 1325026908 -3600 # Node ID 6266b1b970a5a167388401ae8cdeef206a1880e7 # Parent 1581da01d5c45ede387cdbd61a3a3e878fe8f657 largefiles: clarify help when options are ignored until first add is done diff -r 1581da01d5c4 -r 6266b1b970a5 hgext/largefiles/__init__.py --- a/hgext/largefiles/__init__.py Sat Dec 24 19:05:35 2011 +0900 +++ b/hgext/largefiles/__init__.py Wed Dec 28 00:01:48 2011 +0100 @@ -78,6 +78,12 @@ Files that match one of these patterns will be added as largefiles regardless of their size. + +The ``largefiles.minsize`` and ``largefiles.patterns`` config options +will be ignored for any repositories not already containing a +largefile. To add the first largefile to a repository, you must +explicitly do so with the --large flag passed to the :hg:`add` +command. ''' from mercurial import commands