104 <tr> |
104 <tr> |
105 <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> |
105 <td><a href="#Hg.__iniFileChanged">__iniFileChanged</a></td> |
106 <td>Private slot to handle a change of the Mercurial configuration file.</td> |
106 <td>Private slot to handle a change of the Mercurial configuration file.</td> |
107 </tr> |
107 </tr> |
108 <tr> |
108 <tr> |
109 <td><a href="#Hg.__monitorRepoIniFile">__monitorRepoIniFile</a></td> |
109 <td><a href="#Hg.__monitorRepoConfigFiles">__monitorRepoConfigFiles</a></td> |
110 <td>Private slot to add a repository configuration file to the list of monitored files.</td> |
110 <td>Private slot to add some repository configuration files to the list of monitored files.</td> |
111 </tr> |
111 </tr> |
112 <tr> |
112 <tr> |
113 <td><a href="#Hg.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
113 <td><a href="#Hg.__vcsCommit_Step2">__vcsCommit_Step2</a></td> |
114 <td>Private slot performing the second step of the commit action.</td> |
114 <td>Private slot performing the second step of the commit action.</td> |
115 </tr> |
115 </tr> |
726 <dt><i>path</i> (str)</dt> |
726 <dt><i>path</i> (str)</dt> |
727 <dd> |
727 <dd> |
728 name of the changed file |
728 name of the changed file |
729 </dd> |
729 </dd> |
730 </dl> |
730 </dl> |
731 <a NAME="Hg.__monitorRepoIniFile" ID="Hg.__monitorRepoIniFile"></a> |
731 <a NAME="Hg.__monitorRepoConfigFiles" ID="Hg.__monitorRepoConfigFiles"></a> |
732 <h4>Hg.__monitorRepoIniFile</h4> |
732 <h4>Hg.__monitorRepoConfigFiles</h4> |
733 <b>__monitorRepoIniFile</b>(<i>repodir</i>) |
733 <b>__monitorRepoConfigFiles</b>(<i>repodir</i>) |
734 <p> |
734 <p> |
735 Private slot to add a repository configuration file to the list of |
735 Private slot to add some repository configuration files to the list of |
736 monitored files. |
736 monitored files. |
737 </p> |
737 </p> |
738 |
738 |
739 <dl> |
739 <dl> |
740 |
740 |