eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html

changeset 8288
809d5d5ac2ba
parent 7989
a21d673a8f99
equal deleted inserted replaced
8287:30eb7bc13d63 8288:809d5d5ac2ba
39 39
40 <table> 40 <table>
41 41
42 <tr> 42 <tr>
43 <td><a href="#getConfigPath">getConfigPath</a></td> 43 <td><a href="#getConfigPath">getConfigPath</a></td>
44 <td>Public function to get the filename of the config file.</td> 44 <td>Function to get the filename of the config file.</td>
45 </tr>
46 <tr>
47 <td><a href="#getHgExecutable">getHgExecutable</a></td>
48 <td>Function to get the full path of the Mercurial executable.</td>
45 </tr> 49 </tr>
46 <tr> 50 <tr>
47 <td><a href="#hgVersion">hgVersion</a></td> 51 <td><a href="#hgVersion">hgVersion</a></td>
48 <td>Public method to determine the Mercurial version.</td> 52 <td>Public method to determine the Mercurial version.</td>
49 </tr> 53 </tr>
50 <tr> 54 <tr>
51 <td><a href="#prepareProcess">prepareProcess</a></td> 55 <td><a href="#prepareProcess">prepareProcess</a></td>
52 <td>Public function to prepare the given process.</td> 56 <td>Function to prepare the given process.</td>
53 </tr> 57 </tr>
54 </table> 58 </table>
55 <hr /> 59 <hr />
56 <hr /> 60 <hr />
57 <a NAME="getConfigPath" ID="getConfigPath"></a> 61 <a NAME="getConfigPath" ID="getConfigPath"></a>
58 <h2>getConfigPath</h2> 62 <h2>getConfigPath</h2>
59 <b>getConfigPath</b>(<i></i>) 63 <b>getConfigPath</b>(<i></i>)
60 64
61 <p> 65 <p>
62 Public function to get the filename of the config file. 66 Function to get the filename of the config file.
63 </p> 67 </p>
64 <dl> 68 <dl>
65 <dt>Return:</dt> 69 <dt>Return:</dt>
66 <dd> 70 <dd>
67 filename of the config file (string) 71 filename of the config file
72 </dd>
73 </dl>
74 <dl>
75 <dt>Return Type:</dt>
76 <dd>
77 str
78 </dd>
79 </dl>
80 <div align="right"><a href="#top">Up</a></div>
81 <hr />
82 <hr />
83 <a NAME="getHgExecutable" ID="getHgExecutable"></a>
84 <h2>getHgExecutable</h2>
85 <b>getHgExecutable</b>(<i></i>)
86
87 <p>
88 Function to get the full path of the Mercurial executable.
89 </p>
90 <dl>
91 <dt>Return:</dt>
92 <dd>
93 path of the Mercurial executable
94 </dd>
95 </dl>
96 <dl>
97 <dt>Return Type:</dt>
98 <dd>
99 str
68 </dd> 100 </dd>
69 </dl> 101 </dl>
70 <div align="right"><a href="#top">Up</a></div> 102 <div align="right"><a href="#top">Up</a></div>
71 <hr /> 103 <hr />
72 <hr /> 104 <hr />
103 <a NAME="prepareProcess" ID="prepareProcess"></a> 135 <a NAME="prepareProcess" ID="prepareProcess"></a>
104 <h2>prepareProcess</h2> 136 <h2>prepareProcess</h2>
105 <b>prepareProcess</b>(<i>proc, encoding="", language=""</i>) 137 <b>prepareProcess</b>(<i>proc, encoding="", language=""</i>)
106 138
107 <p> 139 <p>
108 Public function to prepare the given process. 140 Function to prepare the given process.
109 </p> 141 </p>
110 <dl> 142 <dl>
111 143
112 <dt><i>proc</i></dt> 144 <dt><i>proc</i> (QProcess)</dt>
113 <dd> 145 <dd>
114 reference to the process to be prepared (QProcess) 146 reference to the process to be prepared
115 </dd> 147 </dd>
116 <dt><i>encoding</i></dt> 148 <dt><i>encoding</i> (str)</dt>
117 <dd> 149 <dd>
118 encoding to be used by the process (string) 150 encoding to be used by the process
119 </dd> 151 </dd>
120 <dt><i>language</i></dt> 152 <dt><i>language</i> (str)</dt>
121 <dd> 153 <dd>
122 language to be set (string) 154 language to be set
123 </dd> 155 </dd>
124 </dl> 156 </dl>
125 <div align="right"><a href="#top">Up</a></div> 157 <div align="right"><a href="#top">Up</a></div>
126 <hr /> 158 <hr />
127 </body></html> 159 </body></html>

eric ide

mercurial