102 <p> |
102 <p> |
103 Public method used to add a file to the Mercurial repository. |
103 Public method used to add a file to the Mercurial repository. |
104 </p> |
104 </p> |
105 <dl> |
105 <dl> |
106 |
106 |
107 <dt><i>names</i></dt> |
107 <dt><i>names</i> (str or list of str)</dt> |
108 <dd> |
108 <dd> |
109 file name(s) to be added (string or list of string) |
109 file name(s) to be added |
110 </dd> |
110 </dd> |
111 <dt><i>mode</i></dt> |
111 <dt><i>mode</i> (str)</dt> |
112 <dd> |
112 <dd> |
113 add mode (string one of 'normal' or 'large') |
113 add mode (one of 'normal' or 'large') |
114 </dd> |
114 </dd> |
115 </dl> |
115 </dl> |
116 <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a> |
116 <a NAME="Largefiles.hgLfPull" ID="Largefiles.hgLfPull"></a> |
117 <h4>Largefiles.hgLfPull</h4> |
117 <h4>Largefiles.hgLfPull</h4> |
118 <b>hgLfPull</b>(<i>revisions=None</i>) |
118 <b>hgLfPull</b>(<i>revisions=None</i>) |
120 <p> |
120 <p> |
121 Public method to pull missing large files into the local repository. |
121 Public method to pull missing large files into the local repository. |
122 </p> |
122 </p> |
123 <dl> |
123 <dl> |
124 |
124 |
125 <dt><i>revisions</i></dt> |
125 <dt><i>revisions</i> (list of str)</dt> |
126 <dd> |
126 <dd> |
127 list of revisions to pull (list of string) |
127 list of revisions to pull |
128 </dd> |
128 </dd> |
129 </dl> |
129 </dl> |
130 <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a> |
130 <a NAME="Largefiles.hgLfVerify" ID="Largefiles.hgLfVerify"></a> |
131 <h4>Largefiles.hgLfVerify</h4> |
131 <h4>Largefiles.hgLfVerify</h4> |
132 <b>hgLfVerify</b>(<i>mode</i>) |
132 <b>hgLfVerify</b>(<i>mode</i>) |
134 <p> |
134 <p> |
135 Public method to verify large files integrity. |
135 Public method to verify large files integrity. |
136 </p> |
136 </p> |
137 <dl> |
137 <dl> |
138 |
138 |
139 <dt><i>mode</i></dt> |
139 <dt><i>mode</i> (str)</dt> |
140 <dd> |
140 <dd> |
141 verify mode (string; one of 'large', 'lfa' or 'lfc') |
141 verify mode (one of 'large', 'lfa' or 'lfc') |
142 </dd> |
142 </dd> |
143 </dl> |
143 </dl> |
144 <a NAME="Largefiles.hgLfconvert" ID="Largefiles.hgLfconvert"></a> |
144 <a NAME="Largefiles.hgLfconvert" ID="Largefiles.hgLfconvert"></a> |
145 <h4>Largefiles.hgLfconvert</h4> |
145 <h4>Largefiles.hgLfconvert</h4> |
146 <b>hgLfconvert</b>(<i>direction, projectFile</i>) |
146 <b>hgLfconvert</b>(<i>direction, projectFile</i>) |
148 <p> |
148 <p> |
149 Public slot to convert the repository format of the current project. |
149 Public slot to convert the repository format of the current project. |
150 </p> |
150 </p> |
151 <dl> |
151 <dl> |
152 |
152 |
153 <dt><i>direction</i></dt> |
153 <dt><i>direction</i> (str)</dt> |
154 <dd> |
154 <dd> |
155 direction of the conversion (string, one of |
155 direction of the conversion (one of 'largefiles' or 'normal') |
156 'largefiles' or 'normal') |
|
157 </dd> |
156 </dd> |
158 <dt><i>projectFile</i></dt> |
157 <dt><i>projectFile</i> (str)</dt> |
159 <dd> |
158 <dd> |
160 file name of the current project file (string) |
159 file name of the current project file |
161 </dd> |
160 </dd> |
162 </dl> |
161 </dl> |
163 <dl> |
162 <dl> |
164 |
163 |
165 <dt>Raises <b>ValueError</b>:</dt> |
164 <dt>Raises <b>ValueError</b>:</dt> |