src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.hg.html

branch
eric7
changeset 11068
15f0385e0471
parent 11013
ad483a12058c
child 11109
3de1710db709
equal deleted inserted replaced
11067:67b92e2cb719 11068:15f0385e0471
132 <tr> 132 <tr>
133 <td><a href="#Hg.clearStatusCache">clearStatusCache</a></td> 133 <td><a href="#Hg.clearStatusCache">clearStatusCache</a></td>
134 <td>Public method to clear the status cache.</td> 134 <td>Public method to clear the status cache.</td>
135 </tr> 135 </tr>
136 <tr> 136 <tr>
137 <td><a href="#Hg.getBuiltinObject">getBuiltinObject</a></td>
138 <td>Public method to get a reference to a builtins object.</td>
139 </tr>
140 <tr>
137 <td><a href="#Hg.getClient">getClient</a></td> 141 <td><a href="#Hg.getClient">getClient</a></td>
138 <td>Public method to get a reference to the command server interface.</td> 142 <td>Public method to get a reference to the command server interface.</td>
139 </tr> 143 </tr>
140 <tr> 144 <tr>
141 <td><a href="#Hg.getEncoding">getEncoding</a></td> 145 <td><a href="#Hg.getEncoding">getEncoding</a></td>
844 <b>clearStatusCache</b>(<i></i>) 848 <b>clearStatusCache</b>(<i></i>)
845 <p> 849 <p>
846 Public method to clear the status cache. 850 Public method to clear the status cache.
847 </p> 851 </p>
848 852
853 <a NAME="Hg.getBuiltinObject" ID="Hg.getBuiltinObject"></a>
854 <h4>Hg.getBuiltinObject</h4>
855 <b>getBuiltinObject</b>(<i>builtinName</i>)
856 <p>
857 Public method to get a reference to a builtins object.
858 </p>
859
860 <dl>
861
862 <dt><i>builtinName</i> (str)</dt>
863 <dd>
864 name of the builtin
865 </dd>
866 </dl>
867 <dl>
868 <dt>Return:</dt>
869 <dd>
870 reference to the builtin object
871 </dd>
872 </dl>
873 <dl>
874 <dt>Return Type:</dt>
875 <dd>
876 bool
877 </dd>
878 </dl>
849 <a NAME="Hg.getClient" ID="Hg.getClient"></a> 879 <a NAME="Hg.getClient" ID="Hg.getClient"></a>
850 <h4>Hg.getClient</h4> 880 <h4>Hg.getClient</h4>
851 <b>getClient</b>(<i></i>) 881 <b>getClient</b>(<i></i>)
852 <p> 882 <p>
853 Public method to get a reference to the command server interface. 883 Public method to get a reference to the command server interface.

eric ide

mercurial