Show More
@@ -78,6 +78,12 b' tracked as largefiles::' | |||||
78 |
|
78 | |||
79 | Files that match one of these patterns will be added as largefiles |
|
79 | Files that match one of these patterns will be added as largefiles | |
80 | regardless of their size. |
|
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 | from mercurial import commands |
|
89 | from mercurial import commands |
General Comments 0
You need to be logged in to leave comments.
Login now