Mercurial > hg-stable
changeset 15743:6266b1b970a5 stable
largefiles: clarify help when options are ignored until first add is done
author | Michal Sznajder <michalsznajder@gmail.com> |
---|---|
date | Wed, 28 Dec 2011 00:01:48 +0100 |
parents | 1581da01d5c4 |
children | 5a20115e7397 |
files | hgext/largefiles/__init__.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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