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

branch
eric7
changeset 11109
3de1710db709
parent 10690
fab36645aa7d
equal deleted inserted replaced
11108:62f50b72fbb7 11109:3de1710db709
207 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td> 207 <td><a href="#HgLogBrowserDialog.__processBuffer">__processBuffer</a></td>
208 <td>Private method to process the buffered output of the hg log command.</td> 208 <td>Private method to process the buffered output of the hg log command.</td>
209 </tr> 209 </tr>
210 <tr> 210 <tr>
211 <td><a href="#HgLogBrowserDialog.__pullActTriggered">__pullActTriggered</a></td> 211 <td><a href="#HgLogBrowserDialog.__pullActTriggered">__pullActTriggered</a></td>
212 <td>Private slot to pull changes from a remote repository.</td> 212 <td>Private slot to pull all or selected changes from a remote repository.</td>
213 </tr> 213 </tr>
214 <tr> 214 <tr>
215 <td><a href="#HgLogBrowserDialog.__pushActTriggered">__pushActTriggered</a></td> 215 <td><a href="#HgLogBrowserDialog.__pushActTriggered">__pushActTriggered</a></td>
216 <td>Private slot to push changes to a remote repository up to a selected changeset.</td> 216 <td>Private slot to push changes to a remote repository up to a selected changeset.</td>
217 </tr> 217 </tr>
978 Private method to process the buffered output of the hg log command. 978 Private method to process the buffered output of the hg log command.
979 </p> 979 </p>
980 980
981 <a NAME="HgLogBrowserDialog.__pullActTriggered" ID="HgLogBrowserDialog.__pullActTriggered"></a> 981 <a NAME="HgLogBrowserDialog.__pullActTriggered" ID="HgLogBrowserDialog.__pullActTriggered"></a>
982 <h4>HgLogBrowserDialog.__pullActTriggered</h4> 982 <h4>HgLogBrowserDialog.__pullActTriggered</h4>
983 <b>__pullActTriggered</b>(<i></i>) 983 <b>__pullActTriggered</b>(<i>selectedOnly=False</i>)
984 <p> 984 <p>
985 Private slot to pull changes from a remote repository. 985 Private slot to pull all or selected changes from a remote repository.
986 </p> 986 </p>
987 987
988 <dl>
989
990 <dt><i>selectedOnly</i> (bool (optional))</dt>
991 <dd>
992 flag indicating to pull the selected changes only
993 (defaults to False)
994 </dd>
995 </dl>
988 <a NAME="HgLogBrowserDialog.__pushActTriggered" ID="HgLogBrowserDialog.__pushActTriggered"></a> 996 <a NAME="HgLogBrowserDialog.__pushActTriggered" ID="HgLogBrowserDialog.__pushActTriggered"></a>
989 <h4>HgLogBrowserDialog.__pushActTriggered</h4> 997 <h4>HgLogBrowserDialog.__pushActTriggered</h4>
990 <b>__pushActTriggered</b>(<i></i>) 998 <b>__pushActTriggered</b>(<i></i>)
991 <p> 999 <p>
992 Private slot to push changes to a remote repository up to a selected 1000 Private slot to push changes to a remote repository up to a selected

eric ide

mercurial