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

changeset 3673
e26d7d0c1088
child 5292
ac8b476ba122
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities</h1>
23 <p>
24 Module implementing some common utility functions for the Mercurial package.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#getConfigPath">getConfigPath</a></td>
38 <td>Public function to get the filename of the config file.</td>
39 </tr><tr>
40 <td><a href="#prepareProcess">prepareProcess</a></td>
41 <td>Public function to prepare the given process.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="getConfigPath" ID="getConfigPath"></a>
46 <h2>getConfigPath</h2>
47 <b>getConfigPath</b>(<i></i>)
48 <p>
49 Public function to get the filename of the config file.
50 </p><dl>
51 <dt>Returns:</dt>
52 <dd>
53 filename of the config file (string)
54 </dd>
55 </dl>
56 <div align="right"><a href="#top">Up</a></div>
57 <hr /><hr />
58 <a NAME="prepareProcess" ID="prepareProcess"></a>
59 <h2>prepareProcess</h2>
60 <b>prepareProcess</b>(<i>proc, encoding="", language=""</i>)
61 <p>
62 Public function to prepare the given process.
63 </p><dl>
64 <dt><i>proc</i></dt>
65 <dd>
66 reference to the proces to be prepared (QProcess)
67 </dd><dt><i>encoding</i></dt>
68 <dd>
69 encoding to be used by the process (string)
70 </dd><dt><i>language</i></dt>
71 <dd>
72 language to be set (string)
73 </dd>
74 </dl>
75 <div align="right"><a href="#top">Up</a></div>
76 <hr />
77 </body></html>

eric ide

mercurial