103 <tr> |
103 <tr> |
104 <td><a href="#HgClient.func">func</a></td> |
104 <td><a href="#HgClient.func">func</a></td> |
105 <td></td> |
105 <td></td> |
106 </tr> |
106 </tr> |
107 <tr> |
107 <tr> |
|
108 <td><a href="#HgClient.getRepository">getRepository</a></td> |
|
109 <td>Public method to get the repository path this client is serving.</td> |
|
110 </tr> |
|
111 <tr> |
108 <td><a href="#HgClient.isExecuting">isExecuting</a></td> |
112 <td><a href="#HgClient.isExecuting">isExecuting</a></td> |
109 <td>Public method to check, if the server is executing a command.</td> |
113 <td>Public method to check, if the server is executing a command.</td> |
110 </tr> |
114 </tr> |
111 <tr> |
115 <tr> |
112 <td><a href="#HgClient.myprompt">myprompt</a></td> |
116 <td><a href="#HgClient.myprompt">myprompt</a></td> |
323 </p> |
327 </p> |
324 <a NAME="HgClient.func" ID="HgClient.func"></a> |
328 <a NAME="HgClient.func" ID="HgClient.func"></a> |
325 <h4>HgClient.func</h4> |
329 <h4>HgClient.func</h4> |
326 <b>func</b>(<i></i>) |
330 <b>func</b>(<i></i>) |
327 |
331 |
|
332 <a NAME="HgClient.getRepository" ID="HgClient.getRepository"></a> |
|
333 <h4>HgClient.getRepository</h4> |
|
334 <b>getRepository</b>(<i></i>) |
|
335 |
|
336 <p> |
|
337 Public method to get the repository path this client is serving. |
|
338 </p> |
|
339 <dl> |
|
340 <dt>Returns:</dt> |
|
341 <dd> |
|
342 repository path |
|
343 </dd> |
|
344 </dl> |
|
345 <dl> |
|
346 <dt>Return Type:</dt> |
|
347 <dd> |
|
348 str |
|
349 </dd> |
|
350 </dl> |
328 <a NAME="HgClient.isExecuting" ID="HgClient.isExecuting"></a> |
351 <a NAME="HgClient.isExecuting" ID="HgClient.isExecuting"></a> |
329 <h4>HgClient.isExecuting</h4> |
352 <h4>HgClient.isExecuting</h4> |
330 <b>isExecuting</b>(<i></i>) |
353 <b>isExecuting</b>(<i></i>) |
331 |
354 |
332 <p> |
355 <p> |