221 <td>Public method to show the combined configuration.</td> |
221 <td>Public method to show the combined configuration.</td> |
222 </tr><tr> |
222 </tr><tr> |
223 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> |
223 <td><a href="#Hg.hgShowPaths">hgShowPaths</a></td> |
224 <td>Public method to show the path aliases for remote repositories.</td> |
224 <td>Public method to show the path aliases for remote repositories.</td> |
225 </tr><tr> |
225 </tr><tr> |
|
226 <td><a href="#Hg.hgSummary">hgSummary</a></td> |
|
227 <td>Public method used to show some summary information of the working directory state.</td> |
|
228 </tr><tr> |
226 <td><a href="#Hg.hgUnbundle">hgUnbundle</a></td> |
229 <td><a href="#Hg.hgUnbundle">hgUnbundle</a></td> |
227 <td>Public method to apply changegroup files.</td> |
230 <td>Public method to apply changegroup files.</td> |
228 </tr><tr> |
231 </tr><tr> |
229 <td><a href="#Hg.hgVerify">hgVerify</a></td> |
232 <td><a href="#Hg.hgVerify">hgVerify</a></td> |
230 <td>Public method to verify the integrity of the repository.</td> |
233 <td>Public method to verify the integrity of the repository.</td> |
945 </p><dl> |
948 </p><dl> |
946 <dt><i>name</i></dt> |
949 <dt><i>name</i></dt> |
947 <dd> |
950 <dd> |
948 file/directory name (string) |
951 file/directory name (string) |
949 </dd> |
952 </dd> |
|
953 </dl><a NAME="Hg.hgSummary" ID="Hg.hgSummary"></a> |
|
954 <h4>Hg.hgSummary</h4> |
|
955 <b>hgSummary</b>(<i>mq=False</i>) |
|
956 <p> |
|
957 Public method used to show some summary information of the |
|
958 working directory state. |
|
959 </p><dl> |
|
960 <dt><i>mq</i></dt> |
|
961 <dd> |
|
962 flag indicating to show the queue status as well (boolean) |
|
963 </dd> |
950 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> |
964 </dl><a NAME="Hg.hgUnbundle" ID="Hg.hgUnbundle"></a> |
951 <h4>Hg.hgUnbundle</h4> |
965 <h4>Hg.hgUnbundle</h4> |
952 <b>hgUnbundle</b>(<i>name</i>) |
966 <b>hgUnbundle</b>(<i>name</i>) |
953 <p> |
967 <p> |
954 Public method to apply changegroup files. |
968 Public method to apply changegroup files. |