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

changeset 2966
f85f686981ad
parent 2845
7e55c6268c35
child 3018
70924c0bdaf1
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
426 <h4>Hg._createStatusMonitorThread</h4> 426 <h4>Hg._createStatusMonitorThread</h4>
427 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) 427 <b>_createStatusMonitorThread</b>(<i>interval, project</i>)
428 <p> 428 <p>
429 Protected method to create an instance of the VCS status monitor thread. 429 Protected method to create an instance of the VCS status monitor thread.
430 </p><dl> 430 </p><dl>
431 <dt><i>project</i></dt> 431 <dt><i>interval</i></dt>
432 <dd>
433 check interval for the monitor thread in seconds (integer)
434 </dd><dt><i>project</i></dt>
432 <dd> 435 <dd>
433 reference to the project object (Project) 436 reference to the project object (Project)
434 </dd><dt><i>interval</i></dt>
435 <dd>
436 check interval for the monitor thread in seconds (integer)
437 </dd> 437 </dd>
438 </dl><dl> 438 </dl><dl>
439 <dt>Returns:</dt> 439 <dt>Returns:</dt>
440 <dd> 440 <dd>
441 reference to the monitor thread (QThread) 441 reference to the monitor thread (QThread)
542 file/directory name (string) 542 file/directory name (string)
543 </dd><dt><i>subcommand</i></dt> 543 </dd><dt><i>subcommand</i></dt>
544 <dd> 544 <dd>
545 name of the subcommand (string, one of 'good', 'bad', 545 name of the subcommand (string, one of 'good', 'bad',
546 'skip' or 'reset') 546 'skip' or 'reset')
547 </dd>
548 </dl><dl>
549 <dt>Raises <b>ValueError</b>:</dt>
550 <dd>
551 raised to indicate an invalid bisect subcommand
547 </dd> 552 </dd>
548 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> 553 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a>
549 <h4>Hg.hgBranch</h4> 554 <h4>Hg.hgBranch</h4>
550 <b>hgBranch</b>(<i>name</i>) 555 <b>hgBranch</b>(<i>name</i>)
551 <p> 556 <p>
849 </dl><dl> 854 </dl><dl>
850 <dt>Returns:</dt> 855 <dt>Returns:</dt>
851 <dd> 856 <dd>
852 flag indicating success (boolean) 857 flag indicating success (boolean)
853 </dd> 858 </dd>
859 </dl><dl>
860 <dt>Raises <b>ValueError</b>:</dt>
861 <dd>
862 raised to indicate an invalid phase
863 </dd>
854 </dl><a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> 864 </dl><a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a>
855 <h4>Hg.hgPreviewBundle</h4> 865 <h4>Hg.hgPreviewBundle</h4>
856 <b>hgPreviewBundle</b>(<i>name</i>) 866 <b>hgPreviewBundle</b>(<i>name</i>)
857 <p> 867 <p>
858 Public method used to view the log of incoming changes from a 868 Public method used to view the log of incoming changes from a
959 <dd> 969 <dd>
960 flag indicating the extended variant (boolean) 970 flag indicating the extended variant (boolean)
961 </dd><dt><i>revisions=</i></dt> 971 </dd><dt><i>revisions=</i></dt>
962 <dd> 972 <dd>
963 tuple of two revisions (tuple of strings) 973 tuple of two revisions (tuple of strings)
974 </dd>
975 </dl><dl>
976 <dt>Raises <b>ValueError</b>:</dt>
977 <dd>
978 raised to indicate an invalid name parameter
964 </dd> 979 </dd>
965 </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a> 980 </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a>
966 <h4>Hg.hgServe</h4> 981 <h4>Hg.hgServe</h4>
967 <b>hgServe</b>(<i>name</i>) 982 <b>hgServe</b>(<i>name</i>)
968 <p> 983 <p>
1389 </dd> 1404 </dd>
1390 </dl><a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a> 1405 </dl><a NAME="Hg.vcsNewProjectOptionsDialog" ID="Hg.vcsNewProjectOptionsDialog"></a>
1391 <h4>Hg.vcsNewProjectOptionsDialog</h4> 1406 <h4>Hg.vcsNewProjectOptionsDialog</h4>
1392 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>) 1407 <b>vcsNewProjectOptionsDialog</b>(<i>parent=None</i>)
1393 <p> 1408 <p>
1394 Public method to get a dialog to enter repository info for getting a new project. 1409 Public method to get a dialog to enter repository info for getting a
1410 new project.
1395 </p><dl> 1411 </p><dl>
1396 <dt><i>parent</i></dt> 1412 <dt><i>parent</i></dt>
1397 <dd> 1413 <dd>
1398 parent widget (QWidget) 1414 parent widget (QWidget)
1415 </dd>
1416 </dl><dl>
1417 <dt>Returns:</dt>
1418 <dd>
1419 reference to the instantiated options dialog
1420 (HgNewProjectOptionsDialog)
1399 </dd> 1421 </dd>
1400 </dl><a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a> 1422 </dl><a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a>
1401 <h4>Hg.vcsOptionsDialog</h4> 1423 <h4>Hg.vcsOptionsDialog</h4>
1402 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) 1424 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>)
1403 <p> 1425 <p>
1409 </dd><dt><i>archive</i></dt> 1431 </dd><dt><i>archive</i></dt>
1410 <dd> 1432 <dd>
1411 name of the project in the repository (string) 1433 name of the project in the repository (string)
1412 </dd><dt><i>editable</i></dt> 1434 </dd><dt><i>editable</i></dt>
1413 <dd> 1435 <dd>
1414 flag indicating that the project name is editable (boolean) 1436 flag indicating that the project name is editable
1437 (boolean)
1415 </dd><dt><i>parent</i></dt> 1438 </dd><dt><i>parent</i></dt>
1416 <dd> 1439 <dd>
1417 parent widget (QWidget) 1440 parent widget (QWidget)
1441 </dd>
1442 </dl><dl>
1443 <dt>Returns:</dt>
1444 <dd>
1445 reference to the instantiated options dialog (HgOptionsDialog)
1418 </dd> 1446 </dd>
1419 </dl><a NAME="Hg.vcsRegisteredState" ID="Hg.vcsRegisteredState"></a> 1447 </dl><a NAME="Hg.vcsRegisteredState" ID="Hg.vcsRegisteredState"></a>
1420 <h4>Hg.vcsRegisteredState</h4> 1448 <h4>Hg.vcsRegisteredState</h4>
1421 <b>vcsRegisteredState</b>(<i>name</i>) 1449 <b>vcsRegisteredState</b>(<i>name</i>)
1422 <p> 1450 <p>

eric ide

mercurial