608 <p> |
608 <p> |
609 Private method to get the active extensions from Mercurial. |
609 Private method to get the active extensions from Mercurial. |
610 </p> |
610 </p> |
611 <a NAME="Hg.__getInOutBookmarks" ID="Hg.__getInOutBookmarks"></a> |
611 <a NAME="Hg.__getInOutBookmarks" ID="Hg.__getInOutBookmarks"></a> |
612 <h4>Hg.__getInOutBookmarks</h4> |
612 <h4>Hg.__getInOutBookmarks</h4> |
613 <b>__getInOutBookmarks</b>(<i>repodir, incoming</i>) |
613 <b>__getInOutBookmarks</b>(<i>incoming</i>) |
614 |
614 |
615 <p> |
615 <p> |
616 Private method to get the list of incoming or outgoing bookmarks. |
616 Private method to get the list of incoming or outgoing bookmarks. |
617 </p> |
617 </p> |
618 <dl> |
618 <dl> |
619 |
619 |
620 <dt><i>repodir</i></dt> |
|
621 <dd> |
|
622 directory name of the repository (string) |
|
623 </dd> |
|
624 <dt><i>incoming</i></dt> |
620 <dt><i>incoming</i></dt> |
625 <dd> |
621 <dd> |
626 flag indicating to get incoming bookmarks (boolean) |
622 flag indicating to get incoming bookmarks (boolean) |
627 </dd> |
623 </dd> |
628 </dl> |
624 </dl> |
632 list of bookmarks (list of string) |
628 list of bookmarks (list of string) |
633 </dd> |
629 </dd> |
634 </dl> |
630 </dl> |
635 <a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a> |
631 <a NAME="Hg.__getMostRecentCommitMessage" ID="Hg.__getMostRecentCommitMessage"></a> |
636 <h4>Hg.__getMostRecentCommitMessage</h4> |
632 <h4>Hg.__getMostRecentCommitMessage</h4> |
637 <b>__getMostRecentCommitMessage</b>(<i>repodir</i>) |
633 <b>__getMostRecentCommitMessage</b>(<i></i>) |
638 |
634 |
639 <p> |
635 <p> |
640 Private method to get the most recent commit message. |
636 Private method to get the most recent commit message. |
641 </p> |
637 </p> |
642 <p> |
638 <p> |
643 Note: This message is extracted from the parent commit of the |
639 Note: This message is extracted from the parent commit of the |
644 working directory. |
640 working directory. |
645 </p> |
641 </p> |
646 <dl> |
|
647 |
|
648 <dt><i>repodir</i> (str)</dt> |
|
649 <dd> |
|
650 path containing the repository |
|
651 </dd> |
|
652 </dl> |
|
653 <dl> |
642 <dl> |
654 <dt>Returns:</dt> |
643 <dt>Returns:</dt> |
655 <dd> |
644 <dd> |
656 most recent commit message |
645 most recent commit message |
657 </dd> |
646 </dd> |
687 contents of the file (string) and an error message (string) |
676 contents of the file (string) and an error message (string) |
688 </dd> |
677 </dd> |
689 </dl> |
678 </dl> |
690 <a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> |
679 <a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> |
691 <h4>Hg.__hgGraftSubCommand</h4> |
680 <h4>Hg.__hgGraftSubCommand</h4> |
692 <b>__hgGraftSubCommand</b>(<i>path, subcommand, title</i>) |
681 <b>__hgGraftSubCommand</b>(<i>subcommand, title</i>) |
693 |
682 |
694 <p> |
683 <p> |
695 Private method to perform a Mercurial graft subcommand. |
684 Private method to perform a Mercurial graft subcommand. |
696 </p> |
685 </p> |
697 <dl> |
686 <dl> |
698 |
687 |
699 <dt><i>path</i> (str)</dt> |
|
700 <dd> |
|
701 directory name of the project |
|
702 </dd> |
|
703 <dt><i>subcommand</i> (str)</dt> |
688 <dt><i>subcommand</i> (str)</dt> |
704 <dd> |
689 <dd> |
705 subcommand flag |
690 subcommand flag |
706 </dd> |
691 </dd> |
707 <dt><i>title</i> (str)</dt> |
692 <dt><i>title</i> (str)</dt> |
978 <p> |
949 <p> |
979 Public method to create an unversioned archive from the repository. |
950 Public method to create an unversioned archive from the repository. |
980 </p> |
951 </p> |
981 <a NAME="Hg.hgBackout" ID="Hg.hgBackout"></a> |
952 <a NAME="Hg.hgBackout" ID="Hg.hgBackout"></a> |
982 <h4>Hg.hgBackout</h4> |
953 <h4>Hg.hgBackout</h4> |
983 <b>hgBackout</b>(<i>name</i>) |
954 <b>hgBackout</b>(<i></i>) |
984 |
955 |
985 <p> |
956 <p> |
986 Public method used to backout an earlier changeset from the Mercurial |
957 Public method used to backout an earlier changeset from the Mercurial |
987 repository. |
958 repository. |
988 </p> |
959 </p> |
989 <dl> |
|
990 |
|
991 <dt><i>name</i></dt> |
|
992 <dd> |
|
993 directory name (string or list of strings) |
|
994 </dd> |
|
995 </dl> |
|
996 <a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> |
960 <a NAME="Hg.hgBisect" ID="Hg.hgBisect"></a> |
997 <h4>Hg.hgBisect</h4> |
961 <h4>Hg.hgBisect</h4> |
998 <b>hgBisect</b>(<i>name, subcommand</i>) |
962 <b>hgBisect</b>(<i>subcommand</i>) |
999 |
963 |
1000 <p> |
964 <p> |
1001 Public method to perform bisect commands. |
965 Public method to perform bisect commands. |
1002 </p> |
966 </p> |
1003 <dl> |
967 <dl> |
1004 |
968 |
1005 <dt><i>name</i></dt> |
969 <dt><i>subcommand</i> (str)</dt> |
1006 <dd> |
970 <dd> |
1007 file/directory name (string) |
971 name of the subcommand (one of 'good', 'bad', |
1008 </dd> |
|
1009 <dt><i>subcommand</i></dt> |
|
1010 <dd> |
|
1011 name of the subcommand (string, one of 'good', 'bad', |
|
1012 'skip' or 'reset') |
972 'skip' or 'reset') |
1013 </dd> |
973 </dd> |
1014 </dl> |
974 </dl> |
1015 <dl> |
975 <dl> |
1016 |
976 |
1019 raised to indicate an invalid bisect subcommand |
979 raised to indicate an invalid bisect subcommand |
1020 </dd> |
980 </dd> |
1021 </dl> |
981 </dl> |
1022 <a NAME="Hg.hgBookmarkDefine" ID="Hg.hgBookmarkDefine"></a> |
982 <a NAME="Hg.hgBookmarkDefine" ID="Hg.hgBookmarkDefine"></a> |
1023 <h4>Hg.hgBookmarkDefine</h4> |
983 <h4>Hg.hgBookmarkDefine</h4> |
1024 <b>hgBookmarkDefine</b>(<i>name, revision=None, bookmark=None</i>) |
984 <b>hgBookmarkDefine</b>(<i>revision=None, bookmark=None</i>) |
1025 |
985 |
1026 <p> |
986 <p> |
1027 Public method to define a bookmark. |
987 Public method to define a bookmark. |
1028 </p> |
988 </p> |
1029 <dl> |
989 <dl> |
1030 |
990 |
1031 <dt><i>name</i></dt> |
|
1032 <dd> |
|
1033 file/directory name (string) |
|
1034 </dd> |
|
1035 <dt><i>revision</i></dt> |
991 <dt><i>revision</i></dt> |
1036 <dd> |
992 <dd> |
1037 revision to set bookmark for (string) |
993 revision to set bookmark for (string) |
1038 </dd> |
994 </dd> |
1039 <dt><i>bookmark</i></dt> |
995 <dt><i>bookmark</i></dt> |
1041 name of the bookmark (string) |
997 name of the bookmark (string) |
1042 </dd> |
998 </dd> |
1043 </dl> |
999 </dl> |
1044 <a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a> |
1000 <a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a> |
1045 <h4>Hg.hgBookmarkDelete</h4> |
1001 <h4>Hg.hgBookmarkDelete</h4> |
1046 <b>hgBookmarkDelete</b>(<i>name, bookmark=None</i>) |
1002 <b>hgBookmarkDelete</b>(<i>bookmark=None</i>) |
1047 |
1003 |
1048 <p> |
1004 <p> |
1049 Public method to delete a bookmark. |
1005 Public method to delete a bookmark. |
1050 </p> |
1006 </p> |
1051 <dl> |
1007 <dl> |
1052 |
1008 |
1053 <dt><i>name</i></dt> |
|
1054 <dd> |
|
1055 file/directory name (string) |
|
1056 </dd> |
|
1057 <dt><i>bookmark</i></dt> |
1009 <dt><i>bookmark</i></dt> |
1058 <dd> |
1010 <dd> |
1059 name of the bookmark (string) |
1011 name of the bookmark (string) |
1060 </dd> |
1012 </dd> |
1061 </dl> |
1013 </dl> |
1062 <a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a> |
1014 <a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a> |
1063 <h4>Hg.hgBookmarkIncoming</h4> |
1015 <h4>Hg.hgBookmarkIncoming</h4> |
1064 <b>hgBookmarkIncoming</b>(<i>name</i>) |
1016 <b>hgBookmarkIncoming</b>(<i></i>) |
1065 |
1017 |
1066 <p> |
1018 <p> |
1067 Public method to show a list of incoming bookmarks. |
1019 Public method to show a list of incoming bookmarks. |
1068 </p> |
1020 </p> |
1069 <dl> |
|
1070 |
|
1071 <dt><i>name</i></dt> |
|
1072 <dd> |
|
1073 file/directory name (string) |
|
1074 </dd> |
|
1075 </dl> |
|
1076 <a NAME="Hg.hgBookmarkMove" ID="Hg.hgBookmarkMove"></a> |
1021 <a NAME="Hg.hgBookmarkMove" ID="Hg.hgBookmarkMove"></a> |
1077 <h4>Hg.hgBookmarkMove</h4> |
1022 <h4>Hg.hgBookmarkMove</h4> |
1078 <b>hgBookmarkMove</b>(<i>name, revision=None, bookmark=None</i>) |
1023 <b>hgBookmarkMove</b>(<i>revision=None, bookmark=None</i>) |
1079 |
1024 |
1080 <p> |
1025 <p> |
1081 Public method to move a bookmark. |
1026 Public method to move a bookmark. |
1082 </p> |
1027 </p> |
1083 <dl> |
1028 <dl> |
1084 |
1029 |
1085 <dt><i>name</i></dt> |
|
1086 <dd> |
|
1087 file/directory name (string) |
|
1088 </dd> |
|
1089 <dt><i>revision</i></dt> |
1030 <dt><i>revision</i></dt> |
1090 <dd> |
1031 <dd> |
1091 revision to set bookmark for (string) |
1032 revision to set bookmark for (string) |
1092 </dd> |
1033 </dd> |
1093 <dt><i>bookmark</i></dt> |
1034 <dt><i>bookmark</i></dt> |
1095 name of the bookmark (string) |
1036 name of the bookmark (string) |
1096 </dd> |
1037 </dd> |
1097 </dl> |
1038 </dl> |
1098 <a NAME="Hg.hgBookmarkOutgoing" ID="Hg.hgBookmarkOutgoing"></a> |
1039 <a NAME="Hg.hgBookmarkOutgoing" ID="Hg.hgBookmarkOutgoing"></a> |
1099 <h4>Hg.hgBookmarkOutgoing</h4> |
1040 <h4>Hg.hgBookmarkOutgoing</h4> |
1100 <b>hgBookmarkOutgoing</b>(<i>name</i>) |
1041 <b>hgBookmarkOutgoing</b>(<i></i>) |
1101 |
1042 |
1102 <p> |
1043 <p> |
1103 Public method to show a list of outgoing bookmarks. |
1044 Public method to show a list of outgoing bookmarks. |
1104 </p> |
1045 </p> |
1105 <dl> |
|
1106 |
|
1107 <dt><i>name</i></dt> |
|
1108 <dd> |
|
1109 file/directory name (string) |
|
1110 </dd> |
|
1111 </dl> |
|
1112 <a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> |
1046 <a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> |
1113 <h4>Hg.hgBookmarkPull</h4> |
1047 <h4>Hg.hgBookmarkPull</h4> |
1114 <b>hgBookmarkPull</b>(<i>name, current=False, bookmark=None</i>) |
1048 <b>hgBookmarkPull</b>(<i>current=False, bookmark=None</i>) |
1115 |
1049 |
1116 <p> |
1050 <p> |
1117 Public method to pull a bookmark from a remote repository. |
1051 Public method to pull a bookmark from a remote repository. |
1118 </p> |
1052 </p> |
1119 <dl> |
1053 <dl> |
1120 |
1054 |
1121 <dt><i>name</i> (str)</dt> |
|
1122 <dd> |
|
1123 file/directory name |
|
1124 </dd> |
|
1125 <dt><i>current</i> (bool)</dt> |
1055 <dt><i>current</i> (bool)</dt> |
1126 <dd> |
1056 <dd> |
1127 flag indicating to pull the current bookmark |
1057 flag indicating to pull the current bookmark |
1128 </dd> |
1058 </dd> |
1129 <dt><i>bookmark</i> (str)</dt> |
1059 <dt><i>bookmark</i> (str)</dt> |
1131 name of the bookmark |
1061 name of the bookmark |
1132 </dd> |
1062 </dd> |
1133 </dl> |
1063 </dl> |
1134 <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> |
1064 <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> |
1135 <h4>Hg.hgBookmarkPush</h4> |
1065 <h4>Hg.hgBookmarkPush</h4> |
1136 <b>hgBookmarkPush</b>(<i>name, current=False, bookmark=None</i>) |
1066 <b>hgBookmarkPush</b>(<i>current=False, bookmark=None</i>) |
1137 |
1067 |
1138 <p> |
1068 <p> |
1139 Public method to push a bookmark to a remote repository. |
1069 Public method to push a bookmark to a remote repository. |
1140 </p> |
1070 </p> |
1141 <dl> |
1071 <dl> |
1142 |
1072 |
1143 <dt><i>name</i> (str)</dt> |
|
1144 <dd> |
|
1145 file/directory name |
|
1146 </dd> |
|
1147 <dt><i>current</i> (bool)</dt> |
1073 <dt><i>current</i> (bool)</dt> |
1148 <dd> |
1074 <dd> |
1149 flag indicating to push the current bookmark |
1075 flag indicating to push the current bookmark |
1150 </dd> |
1076 </dd> |
1151 <dt><i>bookmark</i> (str)</dt> |
1077 <dt><i>bookmark</i> (str)</dt> |
1153 name of the bookmark |
1079 name of the bookmark |
1154 </dd> |
1080 </dd> |
1155 </dl> |
1081 </dl> |
1156 <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> |
1082 <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> |
1157 <h4>Hg.hgBookmarkRename</h4> |
1083 <h4>Hg.hgBookmarkRename</h4> |
1158 <b>hgBookmarkRename</b>(<i>name, renameInfo=None</i>) |
1084 <b>hgBookmarkRename</b>(<i>renameInfo=None</i>) |
1159 |
1085 |
1160 <p> |
1086 <p> |
1161 Public method to rename a bookmark. |
1087 Public method to rename a bookmark. |
1162 </p> |
1088 </p> |
1163 <dl> |
1089 <dl> |
1164 |
1090 |
1165 <dt><i>name</i> (str)</dt> |
|
1166 <dd> |
|
1167 file/directory name |
|
1168 </dd> |
|
1169 <dt><i>renameInfo</i> (tuple of str and str)</dt> |
1091 <dt><i>renameInfo</i> (tuple of str and str)</dt> |
1170 <dd> |
1092 <dd> |
1171 old and new names of the bookmark |
1093 old and new names of the bookmark |
1172 </dd> |
1094 </dd> |
1173 </dl> |
1095 </dl> |
1174 <a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> |
1096 <a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> |
1175 <h4>Hg.hgBranch</h4> |
1097 <h4>Hg.hgBranch</h4> |
1176 <b>hgBranch</b>(<i>name</i>) |
1098 <b>hgBranch</b>(<i></i>) |
1177 |
1099 |
1178 <p> |
1100 <p> |
1179 Public method used to create a branch in the Mercurial repository. |
1101 Public method used to create a branch in the Mercurial repository. |
1180 </p> |
1102 </p> |
1181 <dl> |
|
1182 |
|
1183 <dt><i>name</i></dt> |
|
1184 <dd> |
|
1185 file/directory name to be branched (string) |
|
1186 </dd> |
|
1187 </dl> |
|
1188 <a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a> |
1103 <a NAME="Hg.hgBundle" ID="Hg.hgBundle"></a> |
1189 <h4>Hg.hgBundle</h4> |
1104 <h4>Hg.hgBundle</h4> |
1190 <b>hgBundle</b>(<i>name, bundleData=None</i>) |
1105 <b>hgBundle</b>(<i>bundleData=None</i>) |
1191 |
1106 |
1192 <p> |
1107 <p> |
1193 Public method to create a changegroup file. |
1108 Public method to create a changegroup file. |
1194 </p> |
1109 </p> |
1195 <dl> |
1110 <dl> |
1196 |
1111 |
1197 <dt><i>name</i> (str)</dt> |
|
1198 <dd> |
|
1199 file/directory name |
|
1200 </dd> |
|
1201 <dt><i>bundleData</i> (dict)</dt> |
1112 <dt><i>bundleData</i> (dict)</dt> |
1202 <dd> |
1113 <dd> |
1203 dictionary containing the bundle creation information |
1114 dictionary containing the bundle creation information |
1204 </dd> |
1115 </dd> |
1205 </dl> |
1116 </dl> |
1206 <a NAME="Hg.hgConflicts" ID="Hg.hgConflicts"></a> |
1117 <a NAME="Hg.hgConflicts" ID="Hg.hgConflicts"></a> |
1207 <h4>Hg.hgConflicts</h4> |
1118 <h4>Hg.hgConflicts</h4> |
1208 <b>hgConflicts</b>(<i>name</i>) |
1119 <b>hgConflicts</b>(<i></i>) |
1209 |
1120 |
1210 <p> |
1121 <p> |
1211 Public method used to show a list of files containing conflicts. |
1122 Public method used to show a list of files containing conflicts. |
1212 </p> |
1123 </p> |
1213 <dl> |
|
1214 |
|
1215 <dt><i>name</i></dt> |
|
1216 <dd> |
|
1217 file/directory name to be resolved (string) |
|
1218 </dd> |
|
1219 </dl> |
|
1220 <a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> |
1124 <a NAME="Hg.hgCopy" ID="Hg.hgCopy"></a> |
1221 <h4>Hg.hgCopy</h4> |
1125 <h4>Hg.hgCopy</h4> |
1222 <b>hgCopy</b>(<i>name, project</i>) |
1126 <b>hgCopy</b>(<i>name, project</i>) |
1223 |
1127 |
1224 <p> |
1128 <p> |
1272 <p> |
1176 <p> |
1273 Public method to delete all backup bundles in the backup area. |
1177 Public method to delete all backup bundles in the backup area. |
1274 </p> |
1178 </p> |
1275 <a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> |
1179 <a NAME="Hg.hgEditConfig" ID="Hg.hgEditConfig"></a> |
1276 <h4>Hg.hgEditConfig</h4> |
1180 <h4>Hg.hgEditConfig</h4> |
1277 <b>hgEditConfig</b>(<i>name, withLargefiles=True, largefilesData=None</i>) |
1181 <b>hgEditConfig</b>(<i>repoName=None, withLargefiles=True, largefilesData=None</i>) |
1278 |
1182 |
1279 <p> |
1183 <p> |
1280 Public method used to edit the repository configuration file. |
1184 Public method used to edit the repository configuration file. |
1281 </p> |
1185 </p> |
1282 <dl> |
1186 <dl> |
1283 |
1187 |
1284 <dt><i>name</i></dt> |
1188 <dt><i>repoName</i> (str)</dt> |
1285 <dd> |
1189 <dd> |
1286 file/directory name (string) |
1190 directory name containing the repository |
1287 </dd> |
1191 </dd> |
1288 <dt><i>withLargefiles</i></dt> |
1192 <dt><i>withLargefiles</i> (bool)</dt> |
1289 <dd> |
1193 <dd> |
1290 flag indicating to configure the largefiles |
1194 flag indicating to configure the largefiles |
1291 section (boolean) |
1195 section |
1292 </dd> |
1196 </dd> |
1293 <dt><i>largefilesData</i></dt> |
1197 <dt><i>largefilesData</i> (dict)</dt> |
1294 <dd> |
1198 <dd> |
1295 dictionary with data for the largefiles |
1199 dictionary with data for the largefiles |
1296 section of the data dialog (dict) |
1200 section of the data dialog |
1297 </dd> |
1201 </dd> |
1298 </dl> |
1202 </dl> |
1299 <a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a> |
1203 <a NAME="Hg.hgEditUserConfig" ID="Hg.hgEditUserConfig"></a> |
1300 <h4>Hg.hgEditUserConfig</h4> |
1204 <h4>Hg.hgEditUserConfig</h4> |
1301 <b>hgEditUserConfig</b>(<i></i>) |
1205 <b>hgEditUserConfig</b>(<i></i>) |
1303 <p> |
1207 <p> |
1304 Public method used to edit the user configuration file. |
1208 Public method used to edit the user configuration file. |
1305 </p> |
1209 </p> |
1306 <a NAME="Hg.hgExport" ID="Hg.hgExport"></a> |
1210 <a NAME="Hg.hgExport" ID="Hg.hgExport"></a> |
1307 <h4>Hg.hgExport</h4> |
1211 <h4>Hg.hgExport</h4> |
1308 <b>hgExport</b>(<i>name</i>) |
1212 <b>hgExport</b>(<i></i>) |
1309 |
1213 |
1310 <p> |
1214 <p> |
1311 Public method to export patches to files. |
1215 Public method to export patches to files. |
1312 </p> |
1216 </p> |
1313 <dl> |
|
1314 |
|
1315 <dt><i>name</i></dt> |
|
1316 <dd> |
|
1317 directory name of the project to export from (string) |
|
1318 </dd> |
|
1319 </dl> |
|
1320 <a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> |
1217 <a NAME="Hg.hgExtendedDiff" ID="Hg.hgExtendedDiff"></a> |
1321 <h4>Hg.hgExtendedDiff</h4> |
1218 <h4>Hg.hgExtendedDiff</h4> |
1322 <b>hgExtendedDiff</b>(<i>name</i>) |
1219 <b>hgExtendedDiff</b>(<i>name</i>) |
1323 |
1220 |
1324 <p> |
1221 <p> |
1359 strings)) |
1256 strings)) |
1360 </dd> |
1257 </dd> |
1361 </dl> |
1258 </dl> |
1362 <a NAME="Hg.hgGetBookmarksList" ID="Hg.hgGetBookmarksList"></a> |
1259 <a NAME="Hg.hgGetBookmarksList" ID="Hg.hgGetBookmarksList"></a> |
1363 <h4>Hg.hgGetBookmarksList</h4> |
1260 <h4>Hg.hgGetBookmarksList</h4> |
1364 <b>hgGetBookmarksList</b>(<i>repodir</i>) |
1261 <b>hgGetBookmarksList</b>(<i></i>) |
1365 |
1262 |
1366 <p> |
1263 <p> |
1367 Public method to get the list of bookmarks. |
1264 Public method to get the list of bookmarks. |
1368 </p> |
1265 </p> |
1369 <dl> |
|
1370 |
|
1371 <dt><i>repodir</i></dt> |
|
1372 <dd> |
|
1373 directory name of the repository (string) |
|
1374 </dd> |
|
1375 </dl> |
|
1376 <dl> |
1266 <dl> |
1377 <dt>Returns:</dt> |
1267 <dt>Returns:</dt> |
1378 <dd> |
1268 <dd> |
1379 list of bookmarks (list of string) |
1269 list of bookmarks (list of string) |
1380 </dd> |
1270 </dd> |
1381 </dl> |
1271 </dl> |
1382 <a NAME="Hg.hgGetBranchesList" ID="Hg.hgGetBranchesList"></a> |
1272 <a NAME="Hg.hgGetBranchesList" ID="Hg.hgGetBranchesList"></a> |
1383 <h4>Hg.hgGetBranchesList</h4> |
1273 <h4>Hg.hgGetBranchesList</h4> |
1384 <b>hgGetBranchesList</b>(<i>repodir</i>) |
1274 <b>hgGetBranchesList</b>(<i></i>) |
1385 |
1275 |
1386 <p> |
1276 <p> |
1387 Public method to get the list of branches. |
1277 Public method to get the list of branches. |
1388 </p> |
1278 </p> |
1389 <dl> |
|
1390 |
|
1391 <dt><i>repodir</i></dt> |
|
1392 <dd> |
|
1393 directory name of the repository (string) |
|
1394 </dd> |
|
1395 </dl> |
|
1396 <dl> |
1279 <dl> |
1397 <dt>Returns:</dt> |
1280 <dt>Returns:</dt> |
1398 <dd> |
1281 <dd> |
1399 list of branches (list of string) |
1282 list of branches (list of string) |
1400 </dd> |
1283 </dd> |
1401 </dl> |
1284 </dl> |
1402 <a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a> |
1285 <a NAME="Hg.hgGetCurrentBranch" ID="Hg.hgGetCurrentBranch"></a> |
1403 <h4>Hg.hgGetCurrentBranch</h4> |
1286 <h4>Hg.hgGetCurrentBranch</h4> |
1404 <b>hgGetCurrentBranch</b>(<i>repodir</i>) |
1287 <b>hgGetCurrentBranch</b>(<i></i>) |
1405 |
1288 |
1406 <p> |
1289 <p> |
1407 Public method to get the current branch of the working directory. |
1290 Public method to get the current branch of the working directory. |
1408 </p> |
1291 </p> |
1409 <dl> |
|
1410 |
|
1411 <dt><i>repodir</i> (str)</dt> |
|
1412 <dd> |
|
1413 directory name of the repository |
|
1414 </dd> |
|
1415 </dl> |
|
1416 <dl> |
1292 <dl> |
1417 <dt>Returns:</dt> |
1293 <dt>Returns:</dt> |
1418 <dd> |
1294 <dd> |
1419 name of the current branch |
1295 name of the current branch |
1420 </dd> |
1296 </dd> |
1555 bool |
1423 bool |
1556 </dd> |
1424 </dd> |
1557 </dl> |
1425 </dl> |
1558 <a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> |
1426 <a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> |
1559 <h4>Hg.hgIdentify</h4> |
1427 <h4>Hg.hgIdentify</h4> |
1560 <b>hgIdentify</b>(<i>name</i>) |
1428 <b>hgIdentify</b>(<i></i>) |
1561 |
1429 |
1562 <p> |
1430 <p> |
1563 Public method to identify the current working directory. |
1431 Public method to identify the current working directory. |
1564 </p> |
1432 </p> |
1565 <dl> |
|
1566 |
|
1567 <dt><i>name</i></dt> |
|
1568 <dd> |
|
1569 file/directory name (string) |
|
1570 </dd> |
|
1571 </dl> |
|
1572 <a NAME="Hg.hgImport" ID="Hg.hgImport"></a> |
1433 <a NAME="Hg.hgImport" ID="Hg.hgImport"></a> |
1573 <h4>Hg.hgImport</h4> |
1434 <h4>Hg.hgImport</h4> |
1574 <b>hgImport</b>(<i>name</i>) |
1435 <b>hgImport</b>(<i></i>) |
1575 |
1436 |
1576 <p> |
1437 <p> |
1577 Public method to import a patch file. |
1438 Public method to import a patch file. |
1578 </p> |
1439 </p> |
1579 <dl> |
|
1580 |
|
1581 <dt><i>name</i></dt> |
|
1582 <dd> |
|
1583 directory name of the project to import into (string) |
|
1584 </dd> |
|
1585 </dl> |
|
1586 <dl> |
1440 <dl> |
1587 <dt>Returns:</dt> |
1441 <dt>Returns:</dt> |
1588 <dd> |
1442 <dd> |
1589 flag indicating, that the import contained an add, a delete |
1443 flag indicating, that the import contained an add, a delete |
1590 or a change to the project file (boolean) |
1444 or a change to the project file (boolean) |
1591 </dd> |
1445 </dd> |
1592 </dl> |
1446 </dl> |
1593 <a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> |
1447 <a NAME="Hg.hgIncoming" ID="Hg.hgIncoming"></a> |
1594 <h4>Hg.hgIncoming</h4> |
1448 <h4>Hg.hgIncoming</h4> |
1595 <b>hgIncoming</b>(<i>name</i>) |
1449 <b>hgIncoming</b>(<i></i>) |
1596 |
1450 |
1597 <p> |
1451 <p> |
1598 Public method used to view the log of incoming changes from the |
1452 Public method used to view the log of incoming changes from the |
1599 Mercurial repository. |
1453 Mercurial repository. |
1600 </p> |
1454 </p> |
1601 <dl> |
|
1602 |
|
1603 <dt><i>name</i></dt> |
|
1604 <dd> |
|
1605 file/directory name to show the log of (string) |
|
1606 </dd> |
|
1607 </dl> |
|
1608 <a NAME="Hg.hgInfo" ID="Hg.hgInfo"></a> |
1455 <a NAME="Hg.hgInfo" ID="Hg.hgInfo"></a> |
1609 <h4>Hg.hgInfo</h4> |
1456 <h4>Hg.hgInfo</h4> |
1610 <b>hgInfo</b>(<i>ppath, mode="heads"</i>) |
1457 <b>hgInfo</b>(<i>mode="heads"</i>) |
1611 |
1458 |
1612 <p> |
1459 <p> |
1613 Public method to show information about the heads of the repository. |
1460 Public method to show information about the heads of the repository. |
1614 </p> |
1461 </p> |
1615 <dl> |
1462 <dl> |
1616 |
1463 |
1617 <dt><i>ppath</i></dt> |
|
1618 <dd> |
|
1619 local path to get the repository infos (string) |
|
1620 </dd> |
|
1621 <dt><i>mode</i></dt> |
1464 <dt><i>mode</i></dt> |
1622 <dd> |
1465 <dd> |
1623 mode of the operation (string, one of heads, parents, |
1466 mode of the operation (string, one of heads, parents, |
1624 tip) |
1467 tip) |
1625 </dd> |
1468 </dd> |
1626 </dl> |
1469 </dl> |
1627 <a NAME="Hg.hgListBookmarks" ID="Hg.hgListBookmarks"></a> |
1470 <a NAME="Hg.hgListBookmarks" ID="Hg.hgListBookmarks"></a> |
1628 <h4>Hg.hgListBookmarks</h4> |
1471 <h4>Hg.hgListBookmarks</h4> |
1629 <b>hgListBookmarks</b>(<i>path</i>) |
1472 <b>hgListBookmarks</b>(<i></i>) |
1630 |
1473 |
1631 <p> |
1474 <p> |
1632 Public method used to list the available bookmarks. |
1475 Public method used to list the available bookmarks. |
1633 </p> |
1476 </p> |
1634 <dl> |
|
1635 |
|
1636 <dt><i>path</i></dt> |
|
1637 <dd> |
|
1638 directory name of the project (string) |
|
1639 </dd> |
|
1640 </dl> |
|
1641 <a NAME="Hg.hgListTagBranch" ID="Hg.hgListTagBranch"></a> |
1477 <a NAME="Hg.hgListTagBranch" ID="Hg.hgListTagBranch"></a> |
1642 <h4>Hg.hgListTagBranch</h4> |
1478 <h4>Hg.hgListTagBranch</h4> |
1643 <b>hgListTagBranch</b>(<i>path, tags=True</i>) |
1479 <b>hgListTagBranch</b>(<i>tags=True</i>) |
1644 |
1480 |
1645 <p> |
1481 <p> |
1646 Public method used to list the available tags or branches. |
1482 Public method used to list the available tags or branches. |
1647 </p> |
1483 </p> |
1648 <dl> |
1484 <dl> |
1649 |
1485 |
1650 <dt><i>path</i></dt> |
|
1651 <dd> |
|
1652 directory name of the project (string) |
|
1653 </dd> |
|
1654 <dt><i>tags</i></dt> |
1486 <dt><i>tags</i></dt> |
1655 <dd> |
1487 <dd> |
1656 flag indicating listing of branches or tags |
1488 flag indicating listing of branches or tags |
1657 (False = branches, True = tags) |
1489 (False = branches, True = tags) |
1658 </dd> |
1490 </dd> |
1677 properly normalized url for mercurial (string) |
1509 properly normalized url for mercurial (string) |
1678 </dd> |
1510 </dd> |
1679 </dl> |
1511 </dl> |
1680 <a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a> |
1512 <a NAME="Hg.hgOutgoing" ID="Hg.hgOutgoing"></a> |
1681 <h4>Hg.hgOutgoing</h4> |
1513 <h4>Hg.hgOutgoing</h4> |
1682 <b>hgOutgoing</b>(<i>name</i>) |
1514 <b>hgOutgoing</b>(<i></i>) |
1683 |
1515 |
1684 <p> |
1516 <p> |
1685 Public method used to view the log of outgoing changes from the |
1517 Public method used to view the log of outgoing changes from the |
1686 Mercurial repository. |
1518 Mercurial repository. |
1687 </p> |
1519 </p> |
1688 <dl> |
|
1689 |
|
1690 <dt><i>name</i></dt> |
|
1691 <dd> |
|
1692 file/directory name to show the log of (string) |
|
1693 </dd> |
|
1694 </dl> |
|
1695 <a NAME="Hg.hgPhase" ID="Hg.hgPhase"></a> |
1520 <a NAME="Hg.hgPhase" ID="Hg.hgPhase"></a> |
1696 <h4>Hg.hgPhase</h4> |
1521 <h4>Hg.hgPhase</h4> |
1697 <b>hgPhase</b>(<i>name, data=None</i>) |
1522 <b>hgPhase</b>(<i>data=None</i>) |
1698 |
1523 |
1699 <p> |
1524 <p> |
1700 Public method to change the phase of revisions. |
1525 Public method to change the phase of revisions. |
1701 </p> |
1526 </p> |
1702 <dl> |
1527 <dl> |
1703 |
1528 |
1704 <dt><i>name</i></dt> |
|
1705 <dd> |
|
1706 directory name of the project to export from (string) |
|
1707 </dd> |
|
1708 <dt><i>data</i></dt> |
1529 <dt><i>data</i></dt> |
1709 <dd> |
1530 <dd> |
1710 tuple giving phase data (list of revisions, phase, flag |
1531 tuple giving phase data (list of revisions, phase, flag |
1711 indicating a forced operation) (list of strings, string, boolean) |
1532 indicating a forced operation) (list of strings, string, boolean) |
1712 </dd> |
1533 </dd> |
1724 raised to indicate an invalid phase |
1545 raised to indicate an invalid phase |
1725 </dd> |
1546 </dd> |
1726 </dl> |
1547 </dl> |
1727 <a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> |
1548 <a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> |
1728 <h4>Hg.hgPreviewBundle</h4> |
1549 <h4>Hg.hgPreviewBundle</h4> |
1729 <b>hgPreviewBundle</b>(<i>name</i>) |
1550 <b>hgPreviewBundle</b>(<i></i>) |
1730 |
1551 |
1731 <p> |
1552 <p> |
1732 Public method used to view the log of incoming changes from a |
1553 Public method used to view the log of incoming changes from a |
1733 changegroup file. |
1554 changegroup file. |
1734 </p> |
1555 </p> |
1735 <dl> |
|
1736 |
|
1737 <dt><i>name</i></dt> |
|
1738 <dd> |
|
1739 directory name on which to base the changegroup (string) |
|
1740 </dd> |
|
1741 </dl> |
|
1742 <a NAME="Hg.hgPull" ID="Hg.hgPull"></a> |
1556 <a NAME="Hg.hgPull" ID="Hg.hgPull"></a> |
1743 <h4>Hg.hgPull</h4> |
1557 <h4>Hg.hgPull</h4> |
1744 <b>hgPull</b>(<i>name, revisions=None</i>) |
1558 <b>hgPull</b>(<i>revisions=None</i>) |
1745 |
1559 |
1746 <p> |
1560 <p> |
1747 Public method used to pull changes from a remote Mercurial repository. |
1561 Public method used to pull changes from a remote Mercurial repository. |
1748 </p> |
1562 </p> |
1749 <dl> |
1563 <dl> |
1750 |
1564 |
1751 <dt><i>name</i> (str)</dt> |
|
1752 <dd> |
|
1753 directory name of the project to be pulled to |
|
1754 </dd> |
|
1755 <dt><i>revisions</i> (list of str)</dt> |
1565 <dt><i>revisions</i> (list of str)</dt> |
1756 <dd> |
1566 <dd> |
1757 list of revisions to be pulled |
1567 list of revisions to be pulled |
1758 </dd> |
1568 </dd> |
1759 </dl> |
1569 </dl> |
1770 bool |
1580 bool |
1771 </dd> |
1581 </dd> |
1772 </dl> |
1582 </dl> |
1773 <a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
1583 <a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
1774 <h4>Hg.hgPush</h4> |
1584 <h4>Hg.hgPush</h4> |
1775 <b>hgPush</b>(<i>name, force=False, newBranch=False, rev=None</i>) |
1585 <b>hgPush</b>(<i>force=False, newBranch=False, rev=None</i>) |
1776 |
1586 |
1777 <p> |
1587 <p> |
1778 Public method used to push changes to a remote Mercurial repository. |
1588 Public method used to push changes to a remote Mercurial repository. |
1779 </p> |
1589 </p> |
1780 <dl> |
1590 <dl> |
1781 |
1591 |
1782 <dt><i>name</i></dt> |
|
1783 <dd> |
|
1784 directory name of the project to be pushed from (string) |
|
1785 </dd> |
|
1786 <dt><i>force</i></dt> |
1592 <dt><i>force</i></dt> |
1787 <dd> |
1593 <dd> |
1788 flag indicating a forced push (boolean) |
1594 flag indicating a forced push (boolean) |
1789 </dd> |
1595 </dd> |
1790 <dt><i>newBranch</i></dt> |
1596 <dt><i>newBranch</i></dt> |
1810 file/directory name to be merged (string) |
1616 file/directory name to be merged (string) |
1811 </dd> |
1617 </dd> |
1812 </dl> |
1618 </dl> |
1813 <a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
1619 <a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
1814 <h4>Hg.hgRecover</h4> |
1620 <h4>Hg.hgRecover</h4> |
1815 <b>hgRecover</b>(<i>name</i>) |
1621 <b>hgRecover</b>(<i></i>) |
1816 |
1622 |
1817 <p> |
1623 <p> |
1818 Public method to recover an interrupted transaction. |
1624 Public method to recover an interrupted transaction. |
1819 </p> |
1625 </p> |
1820 <dl> |
|
1821 |
|
1822 <dt><i>name</i></dt> |
|
1823 <dd> |
|
1824 file/directory name (string) |
|
1825 </dd> |
|
1826 </dl> |
|
1827 <a NAME="Hg.hgRemoveSubrepositories" ID="Hg.hgRemoveSubrepositories"></a> |
1626 <a NAME="Hg.hgRemoveSubrepositories" ID="Hg.hgRemoveSubrepositories"></a> |
1828 <h4>Hg.hgRemoveSubrepositories</h4> |
1627 <h4>Hg.hgRemoveSubrepositories</h4> |
1829 <b>hgRemoveSubrepositories</b>(<i></i>) |
1628 <b>hgRemoveSubrepositories</b>(<i></i>) |
1830 |
1629 |
1831 <p> |
1630 <p> |
1871 or delete (boolean) |
1670 or delete (boolean) |
1872 </dd> |
1671 </dd> |
1873 </dl> |
1672 </dl> |
1874 <a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a> |
1673 <a NAME="Hg.hgRollback" ID="Hg.hgRollback"></a> |
1875 <h4>Hg.hgRollback</h4> |
1674 <h4>Hg.hgRollback</h4> |
1876 <b>hgRollback</b>(<i>name</i>) |
1675 <b>hgRollback</b>(<i></i>) |
1877 |
1676 |
1878 <p> |
1677 <p> |
1879 Public method used to rollback the last transaction. |
1678 Public method used to rollback the last transaction. |
1880 </p> |
1679 </p> |
1881 <dl> |
|
1882 |
|
1883 <dt><i>name</i></dt> |
|
1884 <dd> |
|
1885 directory name (string or list of strings) |
|
1886 </dd> |
|
1887 </dl> |
|
1888 <a NAME="Hg.hgSbsDiff" ID="Hg.hgSbsDiff"></a> |
1680 <a NAME="Hg.hgSbsDiff" ID="Hg.hgSbsDiff"></a> |
1889 <h4>Hg.hgSbsDiff</h4> |
1681 <h4>Hg.hgSbsDiff</h4> |
1890 <b>hgSbsDiff</b>(<i>name, extended=False, revisions=None</i>) |
1682 <b>hgSbsDiff</b>(<i>name, extended=False, revisions=None</i>) |
1891 |
1683 |
1892 <p> |
1684 <p> |
1929 directory name (string) |
1721 directory name (string) |
1930 </dd> |
1722 </dd> |
1931 </dl> |
1723 </dl> |
1932 <a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> |
1724 <a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> |
1933 <h4>Hg.hgShowBranch</h4> |
1725 <h4>Hg.hgShowBranch</h4> |
1934 <b>hgShowBranch</b>(<i>name</i>) |
1726 <b>hgShowBranch</b>(<i></i>) |
1935 |
1727 |
1936 <p> |
1728 <p> |
1937 Public method used to show the current branch of the working directory. |
1729 Public method used to show the current branch of the working directory. |
1938 </p> |
1730 </p> |
1939 <dl> |
|
1940 |
|
1941 <dt><i>name</i></dt> |
|
1942 <dd> |
|
1943 file/directory name (string) |
|
1944 </dd> |
|
1945 </dl> |
|
1946 <a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a> |
1731 <a NAME="Hg.hgShowConfig" ID="Hg.hgShowConfig"></a> |
1947 <h4>Hg.hgShowConfig</h4> |
1732 <h4>Hg.hgShowConfig</h4> |
1948 <b>hgShowConfig</b>(<i>name</i>) |
1733 <b>hgShowConfig</b>(<i></i>) |
1949 |
1734 |
1950 <p> |
1735 <p> |
1951 Public method to show the combined configuration. |
1736 Public method to show the combined configuration. |
1952 </p> |
1737 </p> |
1953 <dl> |
|
1954 |
|
1955 <dt><i>name</i></dt> |
|
1956 <dd> |
|
1957 file/directory name (string) |
|
1958 </dd> |
|
1959 </dl> |
|
1960 <a NAME="Hg.hgShowPaths" ID="Hg.hgShowPaths"></a> |
1738 <a NAME="Hg.hgShowPaths" ID="Hg.hgShowPaths"></a> |
1961 <h4>Hg.hgShowPaths</h4> |
1739 <h4>Hg.hgShowPaths</h4> |
1962 <b>hgShowPaths</b>(<i>name</i>) |
1740 <b>hgShowPaths</b>(<i></i>) |
1963 |
1741 |
1964 <p> |
1742 <p> |
1965 Public method to show the path aliases for remote repositories. |
1743 Public method to show the path aliases for remote repositories. |
1966 </p> |
1744 </p> |
1967 <dl> |
|
1968 |
|
1969 <dt><i>name</i></dt> |
|
1970 <dd> |
|
1971 file/directory name (string) |
|
1972 </dd> |
|
1973 </dl> |
|
1974 <a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a> |
1745 <a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a> |
1975 <h4>Hg.hgSummary</h4> |
1746 <h4>Hg.hgSummary</h4> |
1976 <b>hgSummary</b>(<i>mq=False, largefiles=False</i>) |
1747 <b>hgSummary</b>(<i>mq=False, largefiles=False</i>) |
1977 |
1748 |
1978 <p> |
1749 <p> |
2785 flag indicating a performed tag action (boolean) |
2545 flag indicating a performed tag action (boolean) |
2786 </dd> |
2546 </dd> |
2787 </dl> |
2547 </dl> |
2788 <a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> |
2548 <a NAME="Hg.vcsUpdate" ID="Hg.vcsUpdate"></a> |
2789 <h4>Hg.vcsUpdate</h4> |
2549 <h4>Hg.vcsUpdate</h4> |
2790 <b>vcsUpdate</b>(<i>name, noDialog=False, revision=None</i>) |
2550 <b>vcsUpdate</b>(<i>name=None, noDialog=False, revision=None</i>) |
2791 |
2551 |
2792 <p> |
2552 <p> |
2793 Public method used to update a file/directory with the Mercurial |
2553 Public method used to update a file/directory with the Mercurial |
2794 repository. |
2554 repository. |
2795 </p> |
2555 </p> |
2796 <dl> |
2556 <dl> |
2797 |
2557 |
2798 <dt><i>name</i></dt> |
2558 <dt><i>name</i></dt> |
2799 <dd> |
2559 <dd> |
2800 file/directory name to be updated (string or list of |
2560 file/directory name to be updated (not used) |
2801 strings) |
|
2802 </dd> |
2561 </dd> |
2803 <dt><i>noDialog</i></dt> |
2562 <dt><i>noDialog</i></dt> |
2804 <dd> |
2563 <dd> |
2805 flag indicating quiet operations (boolean) |
2564 flag indicating quiet operations (boolean) |
2806 </dd> |
2565 </dd> |