35 <table> |
35 <table> |
36 <tr> |
36 <tr> |
37 <td><a href="#getConfigPath">getConfigPath</a></td> |
37 <td><a href="#getConfigPath">getConfigPath</a></td> |
38 <td>Public function to get the filename of the config file.</td> |
38 <td>Public function to get the filename of the config file.</td> |
39 </tr><tr> |
39 </tr><tr> |
|
40 <td><a href="#hgVersion">hgVersion</a></td> |
|
41 <td>Public method to determine the Mercurial version.</td> |
|
42 </tr><tr> |
40 <td><a href="#prepareProcess">prepareProcess</a></td> |
43 <td><a href="#prepareProcess">prepareProcess</a></td> |
41 <td>Public function to prepare the given process.</td> |
44 <td>Public function to prepare the given process.</td> |
42 </tr> |
45 </tr> |
43 </table> |
46 </table> |
44 <hr /><hr /> |
47 <hr /><hr /> |
49 Public function to get the filename of the config file. |
52 Public function to get the filename of the config file. |
50 </p><dl> |
53 </p><dl> |
51 <dt>Returns:</dt> |
54 <dt>Returns:</dt> |
52 <dd> |
55 <dd> |
53 filename of the config file (string) |
56 filename of the config file (string) |
|
57 </dd> |
|
58 </dl> |
|
59 <div align="right"><a href="#top">Up</a></div> |
|
60 <hr /><hr /> |
|
61 <a NAME="hgVersion" ID="hgVersion"></a> |
|
62 <h2>hgVersion</h2> |
|
63 <b>hgVersion</b>(<i>plugin</i>) |
|
64 <p> |
|
65 Public method to determine the Mercurial version. |
|
66 </p><dl> |
|
67 <dt><i>plugin</i> (VcsMercurialPlugin)</dt> |
|
68 <dd> |
|
69 reference to the plugin object |
|
70 </dd> |
|
71 </dl><dl> |
|
72 <dt>Returns:</dt> |
|
73 <dd> |
|
74 tuple containing the Mercurial version as a string and as a tuple |
|
75 and an error message. |
|
76 </dd> |
|
77 </dl><dl> |
|
78 <dt>Return Type:</dt> |
|
79 <dd> |
|
80 tuple of str, tuple of int and str |
54 </dd> |
81 </dd> |
55 </dl> |
82 </dl> |
56 <div align="right"><a href="#top">Up</a></div> |
83 <div align="right"><a href="#top">Up</a></div> |
57 <hr /><hr /> |
84 <hr /><hr /> |
58 <a NAME="prepareProcess" ID="prepareProcess"></a> |
85 <a NAME="prepareProcess" ID="prepareProcess"></a> |