87 <td>Private method to get the most recent commit message.</td> |
87 <td>Private method to get the most recent commit message.</td> |
88 </tr><tr> |
88 </tr><tr> |
89 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
89 <td><a href="#Hg.__hgGetFileForRevision">__hgGetFileForRevision</a></td> |
90 <td>Private method to get a file for a specific revision from the repository.</td> |
90 <td>Private method to get a file for a specific revision from the repository.</td> |
91 </tr><tr> |
91 </tr><tr> |
|
92 <td><a href="#Hg.__hgGraftSubCommand">__hgGraftSubCommand</a></td> |
|
93 <td>Private method to perform a Mercurial graft subcommand.</td> |
|
94 </tr><tr> |
92 <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> |
95 <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> |
93 <td>Private slot to handle a change of the Mercurial configuration file.</td> |
96 <td>Private slot to handle a change of the Mercurial configuration file.</td> |
94 </tr><tr> |
97 </tr><tr> |
95 <td><a href="#Hg.__monitorRepoIniFile">__monitorRepoIniFile</a></td> |
98 <td><a href="#Hg.__monitorRepoIniFile">__monitorRepoIniFile</a></td> |
96 <td>Private slot to add a repository configuration file to the list of monitored files.</td> |
99 <td>Private slot to add a repository configuration file to the list of monitored files.</td> |
216 <td>Public method to get the list of tags.</td> |
219 <td>Public method to get the list of tags.</td> |
217 </tr><tr> |
220 </tr><tr> |
218 <td><a href="#Hg.hgGraft">hgGraft</a></td> |
221 <td><a href="#Hg.hgGraft">hgGraft</a></td> |
219 <td>Public method to copy changesets from another branch.</td> |
222 <td>Public method to copy changesets from another branch.</td> |
220 </tr><tr> |
223 </tr><tr> |
|
224 <td><a href="#Hg.hgGraftAbort">hgGraftAbort</a></td> |
|
225 <td>Public method to abort an interrupted copying session and perform a rollback.</td> |
|
226 </tr><tr> |
221 <td><a href="#Hg.hgGraftContinue">hgGraftContinue</a></td> |
227 <td><a href="#Hg.hgGraftContinue">hgGraftContinue</a></td> |
222 <td>Public method to continue copying changesets from another branch.</td> |
228 <td>Public method to continue copying changesets from another branch.</td> |
|
229 </tr><tr> |
|
230 <td><a href="#Hg.hgGraftStop">hgGraftStop</a></td> |
|
231 <td>Public method to stop an interrupted copying session.</td> |
223 </tr><tr> |
232 </tr><tr> |
224 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
233 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
225 <td>Public method to identify the current working directory.</td> |
234 <td>Public method to identify the current working directory.</td> |
226 </tr><tr> |
235 </tr><tr> |
227 <td><a href="#Hg.hgImport">hgImport</a></td> |
236 <td><a href="#Hg.hgImport">hgImport</a></td> |
491 </dl><dl> |
500 </dl><dl> |
492 <dt>Returns:</dt> |
501 <dt>Returns:</dt> |
493 <dd> |
502 <dd> |
494 contents of the file (string) and an error message (string) |
503 contents of the file (string) and an error message (string) |
495 </dd> |
504 </dd> |
|
505 </dl><a NAME="Hg.__hgGraftSubCommand" ID="Hg.__hgGraftSubCommand"></a> |
|
506 <h4>Hg.__hgGraftSubCommand</h4> |
|
507 <b>__hgGraftSubCommand</b>(<i>path, subcommand, title</i>) |
|
508 <p> |
|
509 Private method to perform a Mercurial graft subcommand. |
|
510 </p><dl> |
|
511 <dt><i>path</i> (str)</dt> |
|
512 <dd> |
|
513 directory name of the project |
|
514 </dd><dt><i>subcommand</i> (str)</dt> |
|
515 <dd> |
|
516 subcommand flag |
|
517 </dd><dt><i>title</i> (str)</dt> |
|
518 <dd> |
|
519 tirle of the dialog |
|
520 </dd> |
|
521 </dl><dl> |
|
522 <dt>Returns:</dt> |
|
523 <dd> |
|
524 flag indicating that the project should be reread |
|
525 </dd> |
|
526 </dl><dl> |
|
527 <dt>Return Type:</dt> |
|
528 <dd> |
|
529 bool |
|
530 </dd> |
496 </dl><a NAME="Hg.__iniFileChanged" ID="Hg.__iniFileChanged"></a> |
531 </dl><a NAME="Hg.__iniFileChanged" ID="Hg.__iniFileChanged"></a> |
497 <h4>Hg.__iniFileChanged</h4> |
532 <h4>Hg.__iniFileChanged</h4> |
498 <b>__iniFileChanged</b>(<i>path</i>) |
533 <b>__iniFileChanged</b>(<i>path</i>) |
499 <p> |
534 <p> |
500 Private slot to handle a change of the Mercurial configuration file. |
535 Private slot to handle a change of the Mercurial configuration file. |
1031 </dl><dl> |
1066 </dl><dl> |
1032 <dt>Returns:</dt> |
1067 <dt>Returns:</dt> |
1033 <dd> |
1068 <dd> |
1034 flag indicating that the project should be reread (boolean) |
1069 flag indicating that the project should be reread (boolean) |
1035 </dd> |
1070 </dd> |
|
1071 </dl><a NAME="Hg.hgGraftAbort" ID="Hg.hgGraftAbort"></a> |
|
1072 <h4>Hg.hgGraftAbort</h4> |
|
1073 <b>hgGraftAbort</b>(<i>path</i>) |
|
1074 <p> |
|
1075 Public method to abort an interrupted copying session and perform |
|
1076 a rollback. |
|
1077 </p><dl> |
|
1078 <dt><i>path</i> (str)</dt> |
|
1079 <dd> |
|
1080 directory name of the project |
|
1081 </dd> |
|
1082 </dl><dl> |
|
1083 <dt>Returns:</dt> |
|
1084 <dd> |
|
1085 flag indicating that the project should be reread |
|
1086 </dd> |
|
1087 </dl><dl> |
|
1088 <dt>Return Type:</dt> |
|
1089 <dd> |
|
1090 bool |
|
1091 </dd> |
1036 </dl><a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a> |
1092 </dl><a NAME="Hg.hgGraftContinue" ID="Hg.hgGraftContinue"></a> |
1037 <h4>Hg.hgGraftContinue</h4> |
1093 <h4>Hg.hgGraftContinue</h4> |
1038 <b>hgGraftContinue</b>(<i>path</i>) |
1094 <b>hgGraftContinue</b>(<i>path</i>) |
1039 <p> |
1095 <p> |
1040 Public method to continue copying changesets from another branch. |
1096 Public method to continue copying changesets from another branch. |
1041 </p><dl> |
1097 </p><dl> |
1042 <dt><i>path</i></dt> |
1098 <dt><i>path</i> (str)</dt> |
1043 <dd> |
1099 <dd> |
1044 directory name of the project (string) |
1100 directory name of the project |
1045 </dd> |
1101 </dd> |
1046 </dl><dl> |
1102 </dl><dl> |
1047 <dt>Returns:</dt> |
1103 <dt>Returns:</dt> |
1048 <dd> |
1104 <dd> |
1049 flag indicating that the project should be reread (boolean) |
1105 flag indicating that the project should be reread |
|
1106 </dd> |
|
1107 </dl><dl> |
|
1108 <dt>Return Type:</dt> |
|
1109 <dd> |
|
1110 bool |
|
1111 </dd> |
|
1112 </dl><a NAME="Hg.hgGraftStop" ID="Hg.hgGraftStop"></a> |
|
1113 <h4>Hg.hgGraftStop</h4> |
|
1114 <b>hgGraftStop</b>(<i>path</i>) |
|
1115 <p> |
|
1116 Public method to stop an interrupted copying session. |
|
1117 </p><dl> |
|
1118 <dt><i>path</i> (str)</dt> |
|
1119 <dd> |
|
1120 directory name of the project |
|
1121 </dd> |
|
1122 </dl><dl> |
|
1123 <dt>Returns:</dt> |
|
1124 <dd> |
|
1125 flag indicating that the project should be reread |
|
1126 </dd> |
|
1127 </dl><dl> |
|
1128 <dt>Return Type:</dt> |
|
1129 <dd> |
|
1130 bool |
1050 </dd> |
1131 </dd> |
1051 </dl><a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> |
1132 </dl><a NAME="Hg.hgIdentify" ID="Hg.hgIdentify"></a> |
1052 <h4>Hg.hgIdentify</h4> |
1133 <h4>Hg.hgIdentify</h4> |
1053 <b>hgIdentify</b>(<i>name</i>) |
1134 <b>hgIdentify</b>(<i>name</i>) |
1054 <p> |
1135 <p> |