hgext/largefiles/__init__.py
branchstable
changeset 15743 6266b1b970a5
parent 15352 b74f74b482d8
child 17233 acea82757d8a
--- 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