eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html

changeset 7989
a21d673a8f99
parent 7976
a8a20f558176
child 8152
0c740fcffd34
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
423 423
424 <p> 424 <p>
425 Private method to get the selected action mode. 425 Private method to get the selected action mode.
426 </p> 426 </p>
427 <dl> 427 <dl>
428 <dt>Returns:</dt> 428 <dt>Return:</dt>
429 <dd> 429 <dd>
430 selected action mode (string, one of filter or find) 430 selected action mode (string, one of filter or find)
431 </dd> 431 </dd>
432 </dl> 432 </dl>
433 <a NAME="HgLogBrowserDialog.__addFinishCallback" ID="HgLogBrowserDialog.__addFinishCallback"></a> 433 <a NAME="HgLogBrowserDialog.__addFinishCallback" ID="HgLogBrowserDialog.__addFinishCallback"></a>
475 <dd> 475 <dd>
476 name of the branch (string) 476 name of the branch (string)
477 </dd> 477 </dd>
478 </dl> 478 </dl>
479 <dl> 479 <dl>
480 <dt>Returns:</dt> 480 <dt>Return:</dt>
481 <dd> 481 <dd>
482 name of the color to use (string) 482 name of the color to use (string)
483 </dd> 483 </dd>
484 </dl> 484 </dl>
485 <a NAME="HgLogBrowserDialog.__bundleActTriggered" ID="HgLogBrowserDialog.__bundleActTriggered"></a> 485 <a NAME="HgLogBrowserDialog.__bundleActTriggered" ID="HgLogBrowserDialog.__bundleActTriggered"></a>
543 <dd> 543 <dd>
544 reference to the item the table should be based on 544 reference to the item the table should be based on
545 </dd> 545 </dd>
546 </dl> 546 </dl>
547 <dl> 547 <dl>
548 <dt>Returns:</dt> 548 <dt>Return:</dt>
549 <dd> 549 <dd>
550 HTML table containing details 550 HTML table containing details
551 </dd> 551 </dd>
552 </dl> 552 </dl>
553 <dl> 553 <dl>
587 <dd> 587 <dd>
588 list of parent revisions (list of integers) 588 list of parent revisions (list of integers)
589 </dd> 589 </dd>
590 </dl> 590 </dl>
591 <dl> 591 <dl>
592 <dt>Returns:</dt> 592 <dt>Return:</dt>
593 <dd> 593 <dd>
594 tuple containing the column and color index for 594 tuple containing the column and color index for
595 the given node and a list of tuples indicating the edges 595 the given node and a list of tuples indicating the edges
596 between the given node and its parents 596 between the given node and its parents
597 (integer, integer, [(integer, integer, integer), ...]) 597 (integer, integer, [(integer, integer, integer), ...])
642 flag indicating an entry of phase 'draft', 642 flag indicating an entry of phase 'draft',
643 that can by pushed 643 that can by pushed
644 </dd> 644 </dd>
645 </dl> 645 </dl>
646 <dl> 646 <dl>
647 <dt>Returns:</dt> 647 <dt>Return:</dt>
648 <dd> 648 <dd>
649 icon for the node 649 icon for the node
650 </dd> 650 </dd>
651 </dl> 651 </dl>
652 <dl> 652 <dl>
713 <dd> 713 <dd>
714 flag indicating that changesets can be pushed 714 flag indicating that changesets can be pushed
715 </dd> 715 </dd>
716 </dl> 716 </dl>
717 <dl> 717 <dl>
718 <dt>Returns:</dt> 718 <dt>Return:</dt>
719 <dd> 719 <dd>
720 reference to the generated item 720 reference to the generated item
721 </dd> 721 </dd>
722 </dl> 722 </dl>
723 <dl> 723 <dl>
753 <dd> 753 <dd>
754 color index 754 color index
755 </dd> 755 </dd>
756 </dl> 756 </dl>
757 <dl> 757 <dl>
758 <dt>Returns:</dt> 758 <dt>Return:</dt>
759 <dd> 759 <dd>
760 color name 760 color name
761 </dd> 761 </dd>
762 </dl> 762 </dl>
763 <dl> 763 <dl>
805 <dd> 805 <dd>
806 revision number to get parents for (string) 806 revision number to get parents for (string)
807 </dd> 807 </dd>
808 </dl> 808 </dl>
809 <dl> 809 <dl>
810 <dt>Returns:</dt> 810 <dt>Return:</dt>
811 <dd> 811 <dd>
812 list of parent revisions (list of integers) 812 list of parent revisions (list of integers)
813 </dd> 813 </dd>
814 </dl> 814 </dl>
815 <a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a> 815 <a NAME="HgLogBrowserDialog.__getRevisionOfTag" ID="HgLogBrowserDialog.__getRevisionOfTag"></a>
825 <dd> 825 <dd>
826 tag name 826 tag name
827 </dd> 827 </dd>
828 </dl> 828 </dl>
829 <dl> 829 <dl>
830 <dt>Returns:</dt> 830 <dt>Return:</dt>
831 <dd> 831 <dd>
832 tuple containing the revision and changeset ID 832 tuple containing the revision and changeset ID
833 </dd> 833 </dd>
834 </dl> 834 </dl>
835 <dl> 835 <dl>
908 <dd> 908 <dd>
909 file name to be processed (string) 909 file name to be processed (string)
910 </dd> 910 </dd>
911 </dl> 911 </dl>
912 <dl> 912 <dl>
913 <dt>Returns:</dt> 913 <dt>Return:</dt>
914 <dd> 914 <dd>
915 processed file name (string) 915 processed file name (string)
916 </dd> 916 </dd>
917 </dl> 917 </dl>
918 <a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a> 918 <a NAME="HgLogBrowserDialog.__phaseActTriggered" ID="HgLogBrowserDialog.__phaseActTriggered"></a>
928 928
929 <p> 929 <p>
930 Private slot to prepare the filed search data. 930 Private slot to prepare the filed search data.
931 </p> 931 </p>
932 <dl> 932 <dl>
933 <dt>Returns:</dt> 933 <dt>Return:</dt>
934 <dd> 934 <dd>
935 tuple of field index, search expression and flag indicating 935 tuple of field index, search expression and flag indicating
936 that the field index is a data role (integer, string, boolean) 936 that the field index is a data role (integer, string, boolean)
937 </dd> 937 </dd>
938 </dl> 938 </dl>

eric ide

mercurial