127 add mode (string one of 'normal' or 'large') |
127 add mode (string one of 'normal' or 'large') |
128 </dd> |
128 </dd> |
129 </dl> |
129 </dl> |
130 <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a> |
130 <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a> |
131 <h4>Largefiles.hgLfPull</h4> |
131 <h4>Largefiles.hgLfPull</h4> |
132 <b>hgLfPull</b>(<i>projectDir, revisions=None</i>) |
132 <b>hgLfPull</b>(<i>revisions=None</i>) |
133 |
133 |
134 <p> |
134 <p> |
135 Public method to pull missing large files into the local repository. |
135 Public method to pull missing large files into the local repository. |
136 </p> |
136 </p> |
137 <dl> |
137 <dl> |
138 |
138 |
139 <dt><i>projectDir</i></dt> |
|
140 <dd> |
|
141 directory name of the project (string) |
|
142 </dd> |
|
143 <dt><i>revisions</i></dt> |
139 <dt><i>revisions</i></dt> |
144 <dd> |
140 <dd> |
145 list of revisions to pull (list of string) |
141 list of revisions to pull (list of string) |
146 </dd> |
142 </dd> |
147 </dl> |
143 </dl> |
148 <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a> |
144 <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a> |
149 <h4>Largefiles.hgLfVerify</h4> |
145 <h4>Largefiles.hgLfVerify</h4> |
150 <b>hgLfVerify</b>(<i>projectDir, mode</i>) |
146 <b>hgLfVerify</b>(<i>mode</i>) |
151 |
147 |
152 <p> |
148 <p> |
153 Public method to verify large files integrity. |
149 Public method to verify large files integrity. |
154 </p> |
150 </p> |
155 <dl> |
151 <dl> |
156 |
152 |
157 <dt><i>projectDir</i></dt> |
|
158 <dd> |
|
159 directory name of the project (string) |
|
160 </dd> |
|
161 <dt><i>mode</i></dt> |
153 <dt><i>mode</i></dt> |
162 <dd> |
154 <dd> |
163 verify mode (string; one of 'large', 'lfa' or 'lfc') |
155 verify mode (string; one of 'large', 'lfa' or 'lfc') |
164 </dd> |
156 </dd> |
165 </dl> |
157 </dl> |