7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
374 | 374 |
375 <p> | 375 <p> |
376 Private method to retrieve all entries the user wants to commit. | 376 Private method to retrieve all entries the user wants to commit. |
377 </p> | 377 </p> |
378 <dl> | 378 <dl> |
379 <dt>Returns:</dt> | 379 <dt>Return:</dt> |
380 <dd> | 380 <dd> |
381 list of all items, the user has checked | 381 list of all items, the user has checked |
382 </dd> | 382 </dd> |
383 </dl> | 383 </dl> |
384 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a> | 384 <a NAME="HgStatusDialog.__getCommitableUnselectedItems" ID="HgStatusDialog.__getCommitableUnselectedItems"></a> |
388 <p> | 388 <p> |
389 Private method to retrieve all entries the user may commit but hasn't | 389 Private method to retrieve all entries the user may commit but hasn't |
390 selected. | 390 selected. |
391 </p> | 391 </p> |
392 <dl> | 392 <dl> |
393 <dt>Returns:</dt> | 393 <dt>Return:</dt> |
394 <dd> | 394 <dd> |
395 list of all items, the user has checked | 395 list of all items, the user has checked |
396 </dd> | 396 </dd> |
397 </dl> | 397 </dl> |
398 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> | 398 <a NAME="HgStatusDialog.__getMissingItems" ID="HgStatusDialog.__getMissingItems"></a> |
401 | 401 |
402 <p> | 402 <p> |
403 Private method to retrieve all entries, that have a missing status. | 403 Private method to retrieve all entries, that have a missing status. |
404 </p> | 404 </p> |
405 <dl> | 405 <dl> |
406 <dt>Returns:</dt> | 406 <dt>Return:</dt> |
407 <dd> | 407 <dd> |
408 list of all items with a missing status | 408 list of all items with a missing status |
409 </dd> | 409 </dd> |
410 </dl> | 410 </dl> |
411 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> | 411 <a NAME="HgStatusDialog.__getModifiedItems" ID="HgStatusDialog.__getModifiedItems"></a> |
414 | 414 |
415 <p> | 415 <p> |
416 Private method to retrieve all entries, that have a modified status. | 416 Private method to retrieve all entries, that have a modified status. |
417 </p> | 417 </p> |
418 <dl> | 418 <dl> |
419 <dt>Returns:</dt> | 419 <dt>Return:</dt> |
420 <dd> | 420 <dd> |
421 list of all items with a modified status | 421 list of all items with a modified status |
422 </dd> | 422 </dd> |
423 </dl> | 423 </dl> |
424 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> | 424 <a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> |
428 <p> | 428 <p> |
429 Private method to retrieve all entries, that have an unversioned | 429 Private method to retrieve all entries, that have an unversioned |
430 status. | 430 status. |
431 </p> | 431 </p> |
432 <dl> | 432 <dl> |
433 <dt>Returns:</dt> | 433 <dt>Return:</dt> |
434 <dd> | 434 <dd> |
435 list of all items with an unversioned status | 435 list of all items with an unversioned status |
436 </dd> | 436 </dd> |
437 </dl> | 437 </dl> |
438 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a> | 438 <a NAME="HgStatusDialog.__initActionsMenu" ID="HgStatusDialog.__initActionsMenu"></a> |