largefiles: clarify help when options are ignored until first add is done stable
authorMichal Sznajder <michalsznajder@gmail.com>
Wed, 28 Dec 2011 00:01:48 +0100
branchstable
changeset 15743 6266b1b970a5
parent 15723 1581da01d5c4
child 15744 5a20115e7397
largefiles: clarify help when options are ignored until first add is done
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