Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgClient.html

changeset 3555
43473ba956ce
parent 2966
f85f686981ad
equal deleted inserted replaced
3554:9ca56a89aec5 3555:43473ba956ce
110 <table> 110 <table>
111 <tr><td>None</td></tr> 111 <tr><td>None</td></tr>
112 </table> 112 </table>
113 <a NAME="HgClient.__init__" ID="HgClient.__init__"></a> 113 <a NAME="HgClient.__init__" ID="HgClient.__init__"></a>
114 <h4>HgClient (Constructor)</h4> 114 <h4>HgClient (Constructor)</h4>
115 <b>HgClient</b>(<i>repoPath, encoding, parent=None</i>) 115 <b>HgClient</b>(<i>repoPath, encoding, vcs, parent=None</i>)
116 <p> 116 <p>
117 Constructor 117 Constructor
118 </p><dl> 118 </p><dl>
119 <dt><i>repoPath</i></dt> 119 <dt><i>repoPath</i></dt>
120 <dd> 120 <dd>
121 root directory of the repository (string) 121 root directory of the repository (string)
122 </dd><dt><i>encoding</i></dt> 122 </dd><dt><i>encoding</i></dt>
123 <dd> 123 <dd>
124 encoding to be used by the command server (string) 124 encoding to be used by the command server (string)
125 </dd><dt><i>vcs</i></dt>
126 <dd>
127 reference to the VCS object (Hg)
125 </dd><dt><i>parent</i></dt> 128 </dd><dt><i>parent</i></dt>
126 <dd> 129 <dd>
127 reference to the parent object (QObject) 130 reference to the parent object (QObject)
128 </dd> 131 </dd>
129 </dl><a NAME="HgClient.__prompt" ID="HgClient.__prompt"></a> 132 </dl><a NAME="HgClient.__prompt" ID="HgClient.__prompt"></a>

eric ide

mercurial