7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
621 <dd> | 621 <dd> |
622 flag indicating to get incoming bookmarks (boolean) | 622 flag indicating to get incoming bookmarks (boolean) |
623 </dd> | 623 </dd> |
624 </dl> | 624 </dl> |
625 <dl> | 625 <dl> |
626 <dt>Returns:</dt> | 626 <dt>Return:</dt> |
627 <dd> | 627 <dd> |
628 list of bookmarks (list of string) | 628 list of bookmarks (list of string) |
629 </dd> | 629 </dd> |
630 </dl> | 630 </dl> |
631 <a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a> | 631 <a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a> |
638 <p> | 638 <p> |
639 Note: This message is extracted from the parent commit of the | 639 Note: This message is extracted from the parent commit of the |
640 working directory. | 640 working directory. |
641 </p> | 641 </p> |
642 <dl> | 642 <dl> |
643 <dt>Returns:</dt> | 643 <dt>Return:</dt> |
644 <dd> | 644 <dd> |
645 most recent commit message | 645 most recent commit message |
646 </dd> | 646 </dd> |
647 </dl> | 647 </dl> |
648 <dl> | 648 <dl> |
669 <dd> | 669 <dd> |
670 revision to retrieve (string) | 670 revision to retrieve (string) |
671 </dd> | 671 </dd> |
672 </dl> | 672 </dl> |
673 <dl> | 673 <dl> |
674 <dt>Returns:</dt> | 674 <dt>Return:</dt> |
675 <dd> | 675 <dd> |
676 contents of the file (string) and an error message (string) | 676 contents of the file (string) and an error message (string) |
677 </dd> | 677 </dd> |
678 </dl> | 678 </dl> |
679 <a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> | 679 <a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> |
693 <dd> | 693 <dd> |
694 tirle of the dialog | 694 tirle of the dialog |
695 </dd> | 695 </dd> |
696 </dl> | 696 </dl> |
697 <dl> | 697 <dl> |
698 <dt>Returns:</dt> | 698 <dt>Return:</dt> |
699 <dd> | 699 <dd> |
700 flag indicating that the project should be reread | 700 flag indicating that the project should be reread |
701 </dd> | 701 </dd> |
702 </dl> | 702 </dl> |
703 <dl> | 703 <dl> |
761 <dd> | 761 <dd> |
762 reference to the project object (Project) | 762 reference to the project object (Project) |
763 </dd> | 763 </dd> |
764 </dl> | 764 </dl> |
765 <dl> | 765 <dl> |
766 <dt>Returns:</dt> | 766 <dt>Return:</dt> |
767 <dd> | 767 <dd> |
768 reference to the monitor thread (QThread) | 768 reference to the monitor thread (QThread) |
769 </dd> | 769 </dd> |
770 </dl> | 770 </dl> |
771 <a NAME="Hg.canCommitMerge" ID="Hg.canCommitMerge"></a> | 771 <a NAME="Hg.canCommitMerge" ID="Hg.canCommitMerge"></a> |
775 <p> | 775 <p> |
776 Public method to check, if the working directory is an uncommitted | 776 Public method to check, if the working directory is an uncommitted |
777 merge. | 777 merge. |
778 </p> | 778 </p> |
779 <dl> | 779 <dl> |
780 <dt>Returns:</dt> | 780 <dt>Return:</dt> |
781 <dd> | 781 <dd> |
782 flag indicating commit merge capability | 782 flag indicating commit merge capability |
783 </dd> | 783 </dd> |
784 </dl> | 784 </dl> |
785 <dl> | 785 <dl> |
794 | 794 |
795 <p> | 795 <p> |
796 Public method to check, if pull is possible. | 796 Public method to check, if pull is possible. |
797 </p> | 797 </p> |
798 <dl> | 798 <dl> |
799 <dt>Returns:</dt> | 799 <dt>Return:</dt> |
800 <dd> | 800 <dd> |
801 flag indicating pull capability (boolean) | 801 flag indicating pull capability (boolean) |
802 </dd> | 802 </dd> |
803 </dl> | 803 </dl> |
804 <a NAME="Hg.canPush" ID="Hg.canPush"></a> | 804 <a NAME="Hg.canPush" ID="Hg.canPush"></a> |
807 | 807 |
808 <p> | 808 <p> |
809 Public method to check, if push is possible. | 809 Public method to check, if push is possible. |
810 </p> | 810 </p> |
811 <dl> | 811 <dl> |
812 <dt>Returns:</dt> | 812 <dt>Return:</dt> |
813 <dd> | 813 <dd> |
814 flag indicating push capability (boolean) | 814 flag indicating push capability (boolean) |
815 </dd> | 815 </dd> |
816 </dl> | 816 </dl> |
817 <a NAME="Hg.clearStatusCache" ID="Hg.clearStatusCache"></a> | 817 <a NAME="Hg.clearStatusCache" ID="Hg.clearStatusCache"></a> |
827 | 827 |
828 <p> | 828 <p> |
829 Public method to get a reference to the command server interface. | 829 Public method to get a reference to the command server interface. |
830 </p> | 830 </p> |
831 <dl> | 831 <dl> |
832 <dt>Returns:</dt> | 832 <dt>Return:</dt> |
833 <dd> | 833 <dd> |
834 reference to the client (HgClient) | 834 reference to the client (HgClient) |
835 </dd> | 835 </dd> |
836 </dl> | 836 </dl> |
837 <a NAME="Hg.getEncoding" ID="Hg.getEncoding"></a> | 837 <a NAME="Hg.getEncoding" ID="Hg.getEncoding"></a> |
840 | 840 |
841 <p> | 841 <p> |
842 Public method to get the encoding to be used by Mercurial. | 842 Public method to get the encoding to be used by Mercurial. |
843 </p> | 843 </p> |
844 <dl> | 844 <dl> |
845 <dt>Returns:</dt> | 845 <dt>Return:</dt> |
846 <dd> | 846 <dd> |
847 encoding (string) | 847 encoding (string) |
848 </dd> | 848 </dd> |
849 </dl> | 849 </dl> |
850 <a NAME="Hg.getExtensionObject" ID="Hg.getExtensionObject"></a> | 850 <a NAME="Hg.getExtensionObject" ID="Hg.getExtensionObject"></a> |
860 <dd> | 860 <dd> |
861 name of the extension (string) | 861 name of the extension (string) |
862 </dd> | 862 </dd> |
863 </dl> | 863 </dl> |
864 <dl> | 864 <dl> |
865 <dt>Returns:</dt> | 865 <dt>Return:</dt> |
866 <dd> | 866 <dd> |
867 reference to the extension object (boolean) | 867 reference to the extension object (boolean) |
868 </dd> | 868 </dd> |
869 </dl> | 869 </dl> |
870 <a NAME="Hg.getHgSubPath" ID="Hg.getHgSubPath"></a> | 870 <a NAME="Hg.getHgSubPath" ID="Hg.getHgSubPath"></a> |
874 <p> | 874 <p> |
875 Public method to get the path to the .hgsub file containing the | 875 Public method to get the path to the .hgsub file containing the |
876 definitions of sub-repositories. | 876 definitions of sub-repositories. |
877 </p> | 877 </p> |
878 <dl> | 878 <dl> |
879 <dt>Returns:</dt> | 879 <dt>Return:</dt> |
880 <dd> | 880 <dd> |
881 full path of the .hgsub file (string) | 881 full path of the .hgsub file (string) |
882 </dd> | 882 </dd> |
883 </dl> | 883 </dl> |
884 <a NAME="Hg.getPlugin" ID="Hg.getPlugin"></a> | 884 <a NAME="Hg.getPlugin" ID="Hg.getPlugin"></a> |
887 | 887 |
888 <p> | 888 <p> |
889 Public method to get a reference to the plugin object. | 889 Public method to get a reference to the plugin object. |
890 </p> | 890 </p> |
891 <dl> | 891 <dl> |
892 <dt>Returns:</dt> | 892 <dt>Return:</dt> |
893 <dd> | 893 <dd> |
894 reference to the plugin object (VcsMercurialPlugin) | 894 reference to the plugin object (VcsMercurialPlugin) |
895 </dd> | 895 </dd> |
896 </dl> | 896 </dl> |
897 <a NAME="Hg.hasSubrepositories" ID="Hg.hasSubrepositories"></a> | 897 <a NAME="Hg.hasSubrepositories" ID="Hg.hasSubrepositories"></a> |
900 | 900 |
901 <p> | 901 <p> |
902 Public method to check, if the project might have sub-repositories. | 902 Public method to check, if the project might have sub-repositories. |
903 </p> | 903 </p> |
904 <dl> | 904 <dl> |
905 <dt>Returns:</dt> | 905 <dt>Return:</dt> |
906 <dd> | 906 <dd> |
907 flag indicating the existence of sub-repositories (boolean) | 907 flag indicating the existence of sub-repositories (boolean) |
908 </dd> | 908 </dd> |
909 </dl> | 909 </dl> |
910 <a NAME="Hg.hgAbortMerge" ID="Hg.hgAbortMerge"></a> | 910 <a NAME="Hg.hgAbortMerge" ID="Hg.hgAbortMerge"></a> |
913 | 913 |
914 <p> | 914 <p> |
915 Public method to abort an uncommitted merge. | 915 Public method to abort an uncommitted merge. |
916 </p> | 916 </p> |
917 <dl> | 917 <dl> |
918 <dt>Returns:</dt> | 918 <dt>Return:</dt> |
919 <dd> | 919 <dd> |
920 flag indicating, that the abortion contained an add | 920 flag indicating, that the abortion contained an add |
921 or delete (boolean) | 921 or delete (boolean) |
922 </dd> | 922 </dd> |
923 </dl> | 923 </dl> |
1138 <dd> | 1138 <dd> |
1139 reference to the project object | 1139 reference to the project object |
1140 </dd> | 1140 </dd> |
1141 </dl> | 1141 </dl> |
1142 <dl> | 1142 <dl> |
1143 <dt>Returns:</dt> | 1143 <dt>Return:</dt> |
1144 <dd> | 1144 <dd> |
1145 flag indicating successful operation (boolean) | 1145 flag indicating successful operation (boolean) |
1146 </dd> | 1146 </dd> |
1147 </dl> | 1147 </dl> |
1148 <a NAME="Hg.hgCreateIgnoreFile" ID="Hg.hgCreateIgnoreFile"></a> | 1148 <a NAME="Hg.hgCreateIgnoreFile" ID="Hg.hgCreateIgnoreFile"></a> |
1162 <dd> | 1162 <dd> |
1163 flag indicating to add it automatically (boolean) | 1163 flag indicating to add it automatically (boolean) |
1164 </dd> | 1164 </dd> |
1165 </dl> | 1165 </dl> |
1166 <dl> | 1166 <dl> |
1167 <dt>Returns:</dt> | 1167 <dt>Return:</dt> |
1168 <dd> | 1168 <dd> |
1169 flag indicating success | 1169 flag indicating success |
1170 </dd> | 1170 </dd> |
1171 </dl> | 1171 </dl> |
1172 <a NAME="Hg.hgDeleteBackups" ID="Hg.hgDeleteBackups"></a> | 1172 <a NAME="Hg.hgDeleteBackups" ID="Hg.hgDeleteBackups"></a> |
1262 | 1262 |
1263 <p> | 1263 <p> |
1264 Public method to get the list of bookmarks. | 1264 Public method to get the list of bookmarks. |
1265 </p> | 1265 </p> |
1266 <dl> | 1266 <dl> |
1267 <dt>Returns:</dt> | 1267 <dt>Return:</dt> |
1268 <dd> | 1268 <dd> |
1269 list of bookmarks (list of string) | 1269 list of bookmarks (list of string) |
1270 </dd> | 1270 </dd> |
1271 </dl> | 1271 </dl> |
1272 <a NAME="Hg.hgGetBranchesList" ID="Hg.hgGetBranchesList"></a> | 1272 <a NAME="Hg.hgGetBranchesList" ID="Hg.hgGetBranchesList"></a> |
1275 | 1275 |
1276 <p> | 1276 <p> |
1277 Public method to get the list of branches. | 1277 Public method to get the list of branches. |
1278 </p> | 1278 </p> |
1279 <dl> | 1279 <dl> |
1280 <dt>Returns:</dt> | 1280 <dt>Return:</dt> |
1281 <dd> | 1281 <dd> |
1282 list of branches (list of string) | 1282 list of branches (list of string) |
1283 </dd> | 1283 </dd> |
1284 </dl> | 1284 </dl> |
1285 <a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a> | 1285 <a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a> |
1288 | 1288 |
1289 <p> | 1289 <p> |
1290 Public method to get the current branch of the working directory. | 1290 Public method to get the current branch of the working directory. |
1291 </p> | 1291 </p> |
1292 <dl> | 1292 <dl> |
1293 <dt>Returns:</dt> | 1293 <dt>Return:</dt> |
1294 <dd> | 1294 <dd> |
1295 name of the current branch | 1295 name of the current branch |
1296 </dd> | 1296 </dd> |
1297 </dl> | 1297 </dl> |
1298 <dl> | 1298 <dl> |
1314 <dd> | 1314 <dd> |
1315 flag indicating to get the tag type as well (boolean) | 1315 flag indicating to get the tag type as well (boolean) |
1316 </dd> | 1316 </dd> |
1317 </dl> | 1317 </dl> |
1318 <dl> | 1318 <dl> |
1319 <dt>Returns:</dt> | 1319 <dt>Return:</dt> |
1320 <dd> | 1320 <dd> |
1321 list of tags (list of string) or list of tuples of | 1321 list of tags (list of string) or list of tuples of |
1322 tag name and flag indicating a local tag (list of tuple of string | 1322 tag name and flag indicating a local tag (list of tuple of string |
1323 and boolean), if withType is True | 1323 and boolean), if withType is True |
1324 </dd> | 1324 </dd> |
1337 list of revisions to show in the revisions pane (list of | 1337 list of revisions to show in the revisions pane (list of |
1338 strings) | 1338 strings) |
1339 </dd> | 1339 </dd> |
1340 </dl> | 1340 </dl> |
1341 <dl> | 1341 <dl> |
1342 <dt>Returns:</dt> | 1342 <dt>Return:</dt> |
1343 <dd> | 1343 <dd> |
1344 flag indicating that the project should be reread (boolean) | 1344 flag indicating that the project should be reread (boolean) |
1345 </dd> | 1345 </dd> |
1346 </dl> | 1346 </dl> |
1347 <a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> | 1347 <a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> |
1358 <dd> | 1358 <dd> |
1359 directory name of the project | 1359 directory name of the project |
1360 </dd> | 1360 </dd> |
1361 </dl> | 1361 </dl> |
1362 <dl> | 1362 <dl> |
1363 <dt>Returns:</dt> | 1363 <dt>Return:</dt> |
1364 <dd> | 1364 <dd> |
1365 flag indicating that the project should be reread | 1365 flag indicating that the project should be reread |
1366 </dd> | 1366 </dd> |
1367 </dl> | 1367 </dl> |
1368 <dl> | 1368 <dl> |
1384 <dd> | 1384 <dd> |
1385 directory name of the project | 1385 directory name of the project |
1386 </dd> | 1386 </dd> |
1387 </dl> | 1387 </dl> |
1388 <dl> | 1388 <dl> |
1389 <dt>Returns:</dt> | 1389 <dt>Return:</dt> |
1390 <dd> | 1390 <dd> |
1391 flag indicating that the project should be reread | 1391 flag indicating that the project should be reread |
1392 </dd> | 1392 </dd> |
1393 </dl> | 1393 </dl> |
1394 <dl> | 1394 <dl> |
1410 <dd> | 1410 <dd> |
1411 directory name of the project | 1411 directory name of the project |
1412 </dd> | 1412 </dd> |
1413 </dl> | 1413 </dl> |
1414 <dl> | 1414 <dl> |
1415 <dt>Returns:</dt> | 1415 <dt>Return:</dt> |
1416 <dd> | 1416 <dd> |
1417 flag indicating that the project should be reread | 1417 flag indicating that the project should be reread |
1418 </dd> | 1418 </dd> |
1419 </dl> | 1419 </dl> |
1420 <dl> | 1420 <dl> |
1436 | 1436 |
1437 <p> | 1437 <p> |
1438 Public method to import a patch file. | 1438 Public method to import a patch file. |
1439 </p> | 1439 </p> |
1440 <dl> | 1440 <dl> |
1441 <dt>Returns:</dt> | 1441 <dt>Return:</dt> |
1442 <dd> | 1442 <dd> |
1443 flag indicating, that the import contained an add, a delete | 1443 flag indicating, that the import contained an add, a delete |
1444 or a change to the project file (boolean) | 1444 or a change to the project file (boolean) |
1445 </dd> | 1445 </dd> |
1446 </dl> | 1446 </dl> |
1502 <dd> | 1502 <dd> |
1503 url string (string) | 1503 url string (string) |
1504 </dd> | 1504 </dd> |
1505 </dl> | 1505 </dl> |
1506 <dl> | 1506 <dl> |
1507 <dt>Returns:</dt> | 1507 <dt>Return:</dt> |
1508 <dd> | 1508 <dd> |
1509 properly normalized url for mercurial (string) | 1509 properly normalized url for mercurial (string) |
1510 </dd> | 1510 </dd> |
1511 </dl> | 1511 </dl> |
1512 <a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a> | 1512 <a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a> |
1531 tuple giving phase data (list of revisions, phase, flag | 1531 tuple giving phase data (list of revisions, phase, flag |
1532 indicating a forced operation) (list of strings, string, boolean) | 1532 indicating a forced operation) (list of strings, string, boolean) |
1533 </dd> | 1533 </dd> |
1534 </dl> | 1534 </dl> |
1535 <dl> | 1535 <dl> |
1536 <dt>Returns:</dt> | 1536 <dt>Return:</dt> |
1537 <dd> | 1537 <dd> |
1538 flag indicating success (boolean) | 1538 flag indicating success (boolean) |
1539 </dd> | 1539 </dd> |
1540 </dl> | 1540 </dl> |
1541 <dl> | 1541 <dl> |
1566 <dd> | 1566 <dd> |
1567 list of revisions to be pulled | 1567 list of revisions to be pulled |
1568 </dd> | 1568 </dd> |
1569 </dl> | 1569 </dl> |
1570 <dl> | 1570 <dl> |
1571 <dt>Returns:</dt> | 1571 <dt>Return:</dt> |
1572 <dd> | 1572 <dd> |
1573 flag indicating, that the update contained an add | 1573 flag indicating, that the update contained an add |
1574 or delete | 1574 or delete |
1575 </dd> | 1575 </dd> |
1576 </dl> | 1576 </dl> |
1662 <dd> | 1662 <dd> |
1663 file/directory name to be reverted (string) | 1663 file/directory name to be reverted (string) |
1664 </dd> | 1664 </dd> |
1665 </dl> | 1665 </dl> |
1666 <dl> | 1666 <dl> |
1667 <dt>Returns:</dt> | 1667 <dt>Return:</dt> |
1668 <dd> | 1668 <dd> |
1669 flag indicating, that the update contained an add | 1669 flag indicating, that the update contained an add |
1670 or delete (boolean) | 1670 or delete (boolean) |
1671 </dd> | 1671 </dd> |
1672 </dl> | 1672 </dl> |
1775 <dd> | 1775 <dd> |
1776 list of bundle files to be applied | 1776 list of bundle files to be applied |
1777 </dd> | 1777 </dd> |
1778 </dl> | 1778 </dl> |
1779 <dl> | 1779 <dl> |
1780 <dt>Returns:</dt> | 1780 <dt>Return:</dt> |
1781 <dd> | 1781 <dd> |
1782 flag indicating, that the update contained an add | 1782 flag indicating, that the update contained an add |
1783 or delete | 1783 or delete |
1784 </dd> | 1784 </dd> |
1785 </dl> | 1785 </dl> |
1809 <dd> | 1809 <dd> |
1810 command name (string) | 1810 command name (string) |
1811 </dd> | 1811 </dd> |
1812 </dl> | 1812 </dl> |
1813 <dl> | 1813 <dl> |
1814 <dt>Returns:</dt> | 1814 <dt>Return:</dt> |
1815 <dd> | 1815 <dd> |
1816 list of command options (list of string) | 1816 list of command options (list of string) |
1817 </dd> | 1817 </dd> |
1818 </dl> | 1818 </dl> |
1819 <a NAME="Hg.isExtensionActive" ID="Hg.isExtensionActive"></a> | 1819 <a NAME="Hg.isExtensionActive" ID="Hg.isExtensionActive"></a> |
1829 <dd> | 1829 <dd> |
1830 name of the extension to check for (string) | 1830 name of the extension to check for (string) |
1831 </dd> | 1831 </dd> |
1832 </dl> | 1832 </dl> |
1833 <dl> | 1833 <dl> |
1834 <dt>Returns:</dt> | 1834 <dt>Return:</dt> |
1835 <dd> | 1835 <dd> |
1836 flag indicating an active extension (boolean) | 1836 flag indicating an active extension (boolean) |
1837 </dd> | 1837 </dd> |
1838 </dl> | 1838 </dl> |
1839 <a NAME="Hg.stopClient" ID="Hg.stopClient"></a> | 1839 <a NAME="Hg.stopClient" ID="Hg.stopClient"></a> |
1927 <dd> | 1927 <dd> |
1928 flag indicating a shortcut should be taken (boolean) | 1928 flag indicating a shortcut should be taken (boolean) |
1929 </dd> | 1929 </dd> |
1930 </dl> | 1930 </dl> |
1931 <dl> | 1931 <dl> |
1932 <dt>Returns:</dt> | 1932 <dt>Return:</dt> |
1933 <dd> | 1933 <dd> |
1934 the received dictionary completed with a combination of | 1934 the received dictionary completed with a combination of |
1935 canBeCommited and canBeAdded or None in order to signal an error | 1935 canBeCommited and canBeAdded or None in order to signal an error |
1936 </dd> | 1936 </dd> |
1937 </dl> | 1937 </dl> |
1957 <dd> | 1957 <dd> |
1958 flag indicating quiet operations | 1958 flag indicating quiet operations |
1959 </dd> | 1959 </dd> |
1960 </dl> | 1960 </dl> |
1961 <dl> | 1961 <dl> |
1962 <dt>Returns:</dt> | 1962 <dt>Return:</dt> |
1963 <dd> | 1963 <dd> |
1964 flag indicating an execution without errors (boolean) | 1964 flag indicating an execution without errors (boolean) |
1965 </dd> | 1965 </dd> |
1966 </dl> | 1966 </dl> |
1967 <a NAME="Hg.vcsCleanup" ID="Hg.vcsCleanup"></a> | 1967 <a NAME="Hg.vcsCleanup" ID="Hg.vcsCleanup"></a> |
2078 | 2078 |
2079 <p> | 2079 <p> |
2080 Public method used to test for the presence of the hg executable. | 2080 Public method used to test for the presence of the hg executable. |
2081 </p> | 2081 </p> |
2082 <dl> | 2082 <dl> |
2083 <dt>Returns:</dt> | 2083 <dt>Return:</dt> |
2084 <dd> | 2084 <dd> |
2085 flag indicating the existence (boolean) and an error message | 2085 flag indicating the existence (boolean) and an error message |
2086 (string) | 2086 (string) |
2087 </dd> | 2087 </dd> |
2088 </dl> | 2088 </dl> |
2103 <dd> | 2103 <dd> |
2104 project directory to create (string) | 2104 project directory to create (string) |
2105 </dd> | 2105 </dd> |
2106 </dl> | 2106 </dl> |
2107 <dl> | 2107 <dl> |
2108 <dt>Returns:</dt> | 2108 <dt>Return:</dt> |
2109 <dd> | 2109 <dd> |
2110 flag indicating an execution without errors (boolean) | 2110 flag indicating an execution without errors (boolean) |
2111 </dd> | 2111 </dd> |
2112 </dl> | 2112 </dl> |
2113 <a NAME="Hg.vcsGetProjectBrowserHelper" ID="Hg.vcsGetProjectBrowserHelper"></a> | 2113 <a NAME="Hg.vcsGetProjectBrowserHelper" ID="Hg.vcsGetProjectBrowserHelper"></a> |
2133 flag indicating, the helper is requested | 2133 flag indicating, the helper is requested |
2134 for the translations browser (this needs some special treatment) | 2134 for the translations browser (this needs some special treatment) |
2135 </dd> | 2135 </dd> |
2136 </dl> | 2136 </dl> |
2137 <dl> | 2137 <dl> |
2138 <dt>Returns:</dt> | 2138 <dt>Return:</dt> |
2139 <dd> | 2139 <dd> |
2140 the project browser helper object | 2140 the project browser helper object |
2141 </dd> | 2141 </dd> |
2142 </dl> | 2142 </dl> |
2143 <a NAME="Hg.vcsGetProjectHelper" ID="Hg.vcsGetProjectHelper"></a> | 2143 <a NAME="Hg.vcsGetProjectHelper" ID="Hg.vcsGetProjectHelper"></a> |
2153 <dd> | 2153 <dd> |
2154 reference to the project object | 2154 reference to the project object |
2155 </dd> | 2155 </dd> |
2156 </dl> | 2156 </dl> |
2157 <dl> | 2157 <dl> |
2158 <dt>Returns:</dt> | 2158 <dt>Return:</dt> |
2159 <dd> | 2159 <dd> |
2160 the project helper object | 2160 the project helper object |
2161 </dd> | 2161 </dd> |
2162 </dl> | 2162 </dl> |
2163 <a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a> | 2163 <a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a> |
2185 <dd> | 2185 <dd> |
2186 flag indicating to add all files to the repository | 2186 flag indicating to add all files to the repository |
2187 </dd> | 2187 </dd> |
2188 </dl> | 2188 </dl> |
2189 <dl> | 2189 <dl> |
2190 <dt>Returns:</dt> | 2190 <dt>Return:</dt> |
2191 <dd> | 2191 <dd> |
2192 tuple containing a flag indicating an execution without errors | 2192 tuple containing a flag indicating an execution without errors |
2193 and a flag indicating the version controll status | 2193 and a flag indicating the version controll status |
2194 </dd> | 2194 </dd> |
2195 </dl> | 2195 </dl> |
2221 <dd> | 2221 <dd> |
2222 flag indicating quiet operations (boolean) | 2222 flag indicating quiet operations (boolean) |
2223 </dd> | 2223 </dd> |
2224 </dl> | 2224 </dl> |
2225 <dl> | 2225 <dl> |
2226 <dt>Returns:</dt> | 2226 <dt>Return:</dt> |
2227 <dd> | 2227 <dd> |
2228 always TRUE | 2228 always TRUE |
2229 </dd> | 2229 </dd> |
2230 </dl> | 2230 </dl> |
2231 <a NAME="Hg.vcsInitConfig" ID="Hg.vcsInitConfig"></a> | 2231 <a NAME="Hg.vcsInitConfig" ID="Hg.vcsInitConfig"></a> |
2308 <dd> | 2308 <dd> |
2309 flag indicating quiet operations | 2309 flag indicating quiet operations |
2310 </dd> | 2310 </dd> |
2311 </dl> | 2311 </dl> |
2312 <dl> | 2312 <dl> |
2313 <dt>Returns:</dt> | 2313 <dt>Return:</dt> |
2314 <dd> | 2314 <dd> |
2315 flag indicating successfull operation (boolean) | 2315 flag indicating successfull operation (boolean) |
2316 </dd> | 2316 </dd> |
2317 </dl> | 2317 </dl> |
2318 <a NAME="Hg.vcsName" ID="Hg.vcsName"></a> | 2318 <a NAME="Hg.vcsName" ID="Hg.vcsName"></a> |
2321 | 2321 |
2322 <p> | 2322 <p> |
2323 Public method returning the name of the vcs. | 2323 Public method returning the name of the vcs. |
2324 </p> | 2324 </p> |
2325 <dl> | 2325 <dl> |
2326 <dt>Returns:</dt> | 2326 <dt>Return:</dt> |
2327 <dd> | 2327 <dd> |
2328 always 'Mercurial' (string) | 2328 always 'Mercurial' (string) |
2329 </dd> | 2329 </dd> |
2330 </dl> | 2330 </dl> |
2331 <a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a> | 2331 <a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a> |
2342 <dd> | 2342 <dd> |
2343 parent widget (QWidget) | 2343 parent widget (QWidget) |
2344 </dd> | 2344 </dd> |
2345 </dl> | 2345 </dl> |
2346 <dl> | 2346 <dl> |
2347 <dt>Returns:</dt> | 2347 <dt>Return:</dt> |
2348 <dd> | 2348 <dd> |
2349 reference to the instantiated options dialog | 2349 reference to the instantiated options dialog |
2350 (HgNewProjectOptionsDialog) | 2350 (HgNewProjectOptionsDialog) |
2351 </dd> | 2351 </dd> |
2352 </dl> | 2352 </dl> |
2376 <dd> | 2376 <dd> |
2377 parent widget (QWidget) | 2377 parent widget (QWidget) |
2378 </dd> | 2378 </dd> |
2379 </dl> | 2379 </dl> |
2380 <dl> | 2380 <dl> |
2381 <dt>Returns:</dt> | 2381 <dt>Return:</dt> |
2382 <dd> | 2382 <dd> |
2383 reference to the instantiated options dialog (HgOptionsDialog) | 2383 reference to the instantiated options dialog (HgOptionsDialog) |
2384 </dd> | 2384 </dd> |
2385 </dl> | 2385 </dl> |
2386 <a NAME="Hg.vcsRegisteredState" ID="Hg.vcsRegisteredState"></a> | 2386 <a NAME="Hg.vcsRegisteredState" ID="Hg.vcsRegisteredState"></a> |
2396 <dd> | 2396 <dd> |
2397 file or directory name to check | 2397 file or directory name to check |
2398 </dd> | 2398 </dd> |
2399 </dl> | 2399 </dl> |
2400 <dl> | 2400 <dl> |
2401 <dt>Returns:</dt> | 2401 <dt>Return:</dt> |
2402 <dd> | 2402 <dd> |
2403 a combination of canBeCommited and canBeAdded | 2403 a combination of canBeCommited and canBeAdded |
2404 </dd> | 2404 </dd> |
2405 </dl> | 2405 </dl> |
2406 <dl> | 2406 <dl> |
2436 <dd> | 2436 <dd> |
2437 flag indicating quiet operations | 2437 flag indicating quiet operations |
2438 </dd> | 2438 </dd> |
2439 </dl> | 2439 </dl> |
2440 <dl> | 2440 <dl> |
2441 <dt>Returns:</dt> | 2441 <dt>Return:</dt> |
2442 <dd> | 2442 <dd> |
2443 flag indicating successfull operation (boolean) | 2443 flag indicating successfull operation (boolean) |
2444 </dd> | 2444 </dd> |
2445 </dl> | 2445 </dl> |
2446 <a NAME="Hg.vcsRepositoryInfos" ID="Hg.vcsRepositoryInfos"></a> | 2446 <a NAME="Hg.vcsRepositoryInfos" ID="Hg.vcsRepositoryInfos"></a> |
2456 <dd> | 2456 <dd> |
2457 local path to get the repository infos (string) | 2457 local path to get the repository infos (string) |
2458 </dd> | 2458 </dd> |
2459 </dl> | 2459 </dl> |
2460 <dl> | 2460 <dl> |
2461 <dt>Returns:</dt> | 2461 <dt>Return:</dt> |
2462 <dd> | 2462 <dd> |
2463 string with ready formated info for display (string) | 2463 string with ready formated info for display (string) |
2464 </dd> | 2464 </dd> |
2465 </dl> | 2465 </dl> |
2466 <a NAME="Hg.vcsShutdown" ID="Hg.vcsShutdown"></a> | 2466 <a NAME="Hg.vcsShutdown" ID="Hg.vcsShutdown"></a> |
2492 | 2492 |
2493 <p> | 2493 <p> |
2494 Public method to signal the support of user settable command options. | 2494 Public method to signal the support of user settable command options. |
2495 </p> | 2495 </p> |
2496 <dl> | 2496 <dl> |
2497 <dt>Returns:</dt> | 2497 <dt>Return:</dt> |
2498 <dd> | 2498 <dd> |
2499 flag indicating the support of user settable command options | 2499 flag indicating the support of user settable command options |
2500 (boolean) | 2500 (boolean) |
2501 </dd> | 2501 </dd> |
2502 </dl> | 2502 </dl> |
2514 <dd> | 2514 <dd> |
2515 directory name to be switched (string) | 2515 directory name to be switched (string) |
2516 </dd> | 2516 </dd> |
2517 </dl> | 2517 </dl> |
2518 <dl> | 2518 <dl> |
2519 <dt>Returns:</dt> | 2519 <dt>Return:</dt> |
2520 <dd> | 2520 <dd> |
2521 flag indicating, that the switch contained an add | 2521 flag indicating, that the switch contained an add |
2522 or delete (boolean) | 2522 or delete (boolean) |
2523 </dd> | 2523 </dd> |
2524 </dl> | 2524 </dl> |
2544 <dd> | 2544 <dd> |
2545 name of the tag (string) | 2545 name of the tag (string) |
2546 </dd> | 2546 </dd> |
2547 </dl> | 2547 </dl> |
2548 <dl> | 2548 <dl> |
2549 <dt>Returns:</dt> | 2549 <dt>Return:</dt> |
2550 <dd> | 2550 <dd> |
2551 flag indicating a performed tag action (boolean) | 2551 flag indicating a performed tag action (boolean) |
2552 </dd> | 2552 </dd> |
2553 </dl> | 2553 </dl> |
2554 <a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> | 2554 <a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> |
2573 <dd> | 2573 <dd> |
2574 revision to update to (string) | 2574 revision to update to (string) |
2575 </dd> | 2575 </dd> |
2576 </dl> | 2576 </dl> |
2577 <dl> | 2577 <dl> |
2578 <dt>Returns:</dt> | 2578 <dt>Return:</dt> |
2579 <dd> | 2579 <dd> |
2580 flag indicating, that the update contained an add | 2580 flag indicating, that the update contained an add |
2581 or delete (boolean) | 2581 or delete (boolean) |
2582 </dd> | 2582 </dd> |
2583 </dl> | 2583 </dl> |