eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffParser.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
154 <dd> 154 <dd>
155 hunk heading (string) 155 hunk heading (string)
156 </dd> 156 </dd>
157 </dl> 157 </dl>
158 <dl> 158 <dl>
159 <dt>Returns:</dt> 159 <dt>Return:</dt>
160 <dd> 160 <dd>
161 hunk header (string) 161 hunk header (string)
162 </dd> 162 </dd>
163 </dl> 163 </dl>
164 <a NAME="GitDiffParser.__generateRange" ID="GitDiffParser.__generateRange"></a> 164 <a NAME="GitDiffParser.__generateRange" ID="GitDiffParser.__generateRange"></a>
178 <dd> 178 <dd>
179 line count (integer) 179 line count (integer)
180 </dd> 180 </dd>
181 </dl> 181 </dl>
182 <dl> 182 <dl>
183 <dt>Returns:</dt> 183 <dt>Return:</dt>
184 <dd> 184 <dd>
185 hunk header range (string) 185 hunk header range (string)
186 </dd> 186 </dd>
187 </dl> 187 </dl>
188 <a NAME="GitDiffParser.__initHunk" ID="GitDiffParser.__initHunk"></a> 188 <a NAME="GitDiffParser.__initHunk" ID="GitDiffParser.__initHunk"></a>
191 191
192 <p> 192 <p>
193 Private method to initialize a hunk data structure. 193 Private method to initialize a hunk data structure.
194 </p> 194 </p>
195 <dl> 195 <dl>
196 <dt>Returns:</dt> 196 <dt>Return:</dt>
197 <dd> 197 <dd>
198 hunk data structure (dictionary) 198 hunk data structure (dictionary)
199 </dd> 199 </dd>
200 </dl> 200 </dl>
201 <a NAME="GitDiffParser.__parseDiff" ID="GitDiffParser.__parseDiff"></a> 201 <a NAME="GitDiffParser.__parseDiff" ID="GitDiffParser.__parseDiff"></a>
226 <dd> 226 <dd>
227 hunk header range (string) 227 hunk header range (string)
228 </dd> 228 </dd>
229 </dl> 229 </dl>
230 <dl> 230 <dl>
231 <dt>Returns:</dt> 231 <dt>Return:</dt>
232 <dd> 232 <dd>
233 tuple of hunk start and hunk length (integer, integer) 233 tuple of hunk start and hunk length (integer, integer)
234 </dd> 234 </dd>
235 </dl> 235 </dl>
236 <a NAME="GitDiffParser.createHunkPatch" ID="GitDiffParser.createHunkPatch"></a> 236 <a NAME="GitDiffParser.createHunkPatch" ID="GitDiffParser.createHunkPatch"></a>
246 <dd> 246 <dd>
247 line number of the hunk (integer) 247 line number of the hunk (integer)
248 </dd> 248 </dd>
249 </dl> 249 </dl>
250 <dl> 250 <dl>
251 <dt>Returns:</dt> 251 <dt>Return:</dt>
252 <dd> 252 <dd>
253 diff lines of the patch (string) 253 diff lines of the patch (string)
254 </dd> 254 </dd>
255 </dl> 255 </dl>
256 <a NAME="GitDiffParser.createLinesPatch" ID="GitDiffParser.createLinesPatch"></a> 256 <a NAME="GitDiffParser.createLinesPatch" ID="GitDiffParser.createLinesPatch"></a>
274 <dd> 274 <dd>
275 flag indicating a reverse patch (boolean) 275 flag indicating a reverse patch (boolean)
276 </dd> 276 </dd>
277 </dl> 277 </dl>
278 <dl> 278 <dl>
279 <dt>Returns:</dt> 279 <dt>Return:</dt>
280 <dd> 280 <dd>
281 diff lines of the patch (string) 281 diff lines of the patch (string)
282 </dd> 282 </dd>
283 </dl> 283 </dl>
284 <a NAME="GitDiffParser.headerLength" ID="GitDiffParser.headerLength"></a> 284 <a NAME="GitDiffParser.headerLength" ID="GitDiffParser.headerLength"></a>
287 287
288 <p> 288 <p>
289 Public method to get the header length. 289 Public method to get the header length.
290 </p> 290 </p>
291 <dl> 291 <dl>
292 <dt>Returns:</dt> 292 <dt>Return:</dt>
293 <dd> 293 <dd>
294 length of the header (integer) 294 length of the header (integer)
295 </dd> 295 </dd>
296 </dl> 296 </dl>
297 <div align="right"><a href="#top">Up</a></div> 297 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial