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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10493
f795d68d8e09
child 10690
fab36645aa7d
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
1898 <dd> 1898 <dd>
1899 file/directory name to be added 1899 file/directory name to be added
1900 </dd> 1900 </dd>
1901 <dt><i>isDir</i> (bool)</dt> 1901 <dt><i>isDir</i> (bool)</dt>
1902 <dd> 1902 <dd>
1903 flag indicating name is a directory 1903 flag indicating name is a directory (unused)
1904 </dd> 1904 </dd>
1905 <dt><i>noDialog</i> (bool)</dt> 1905 <dt><i>noDialog</i> (bool)</dt>
1906 <dd> 1906 <dd>
1907 flag indicating quiet operations 1907 flag indicating quiet operations
1908 </dd> 1908 </dd>
1978 <dd> 1978 <dd>
1979 directory to check in 1979 directory to check in
1980 </dd> 1980 </dd>
1981 <dt><i>shortcut</i> (bool)</dt> 1981 <dt><i>shortcut</i> (bool)</dt>
1982 <dd> 1982 <dd>
1983 flag indicating a shortcut should be taken 1983 flag indicating a shortcut should be taken (unused)
1984 </dd> 1984 </dd>
1985 </dl> 1985 </dl>
1986 <dl> 1986 <dl>
1987 <dt>Return:</dt> 1987 <dt>Return:</dt>
1988 <dd> 1988 <dd>
2309 <dd> 2309 <dd>
2310 project directory 2310 project directory
2311 </dd> 2311 </dd>
2312 <dt><i>noDialog</i> (bool)</dt> 2312 <dt><i>noDialog</i> (bool)</dt>
2313 <dd> 2313 <dd>
2314 flag indicating quiet operations 2314 flag indicating quiet operations (unused)
2315 </dd> 2315 </dd>
2316 <dt><i>addAll</i> (bool)</dt> 2316 <dt><i>addAll</i> (bool)</dt>
2317 <dd> 2317 <dd>
2318 flag indicating to add all files to the repository 2318 flag indicating to add all files to the repository
2319 </dd> 2319 </dd>
2345 2345
2346 <dl> 2346 <dl>
2347 2347
2348 <dt><i>vcsDir</i> (str)</dt> 2348 <dt><i>vcsDir</i> (str)</dt>
2349 <dd> 2349 <dd>
2350 name of the VCS directory 2350 name of the VCS directory (unused)
2351 </dd> 2351 </dd>
2352 <dt><i>noDialog</i> (bool)</dt> 2352 <dt><i>noDialog</i> (bool)</dt>
2353 <dd> 2353 <dd>
2354 flag indicating quiet operations 2354 flag indicating quiet operations (unused)
2355 </dd> 2355 </dd>
2356 </dl> 2356 </dl>
2357 <dl> 2357 <dl>
2358 <dt>Return:</dt> 2358 <dt>Return:</dt>
2359 <dd> 2359 <dd>
2411 2411
2412 <dl> 2412 <dl>
2413 2413
2414 <dt><i>name</i> (str)</dt> 2414 <dt><i>name</i> (str)</dt>
2415 <dd> 2415 <dd>
2416 file/directory name to be merged 2416 file/directory name to be merged (unused)
2417 </dd> 2417 </dd>
2418 <dt><i>rev</i> (str)</dt> 2418 <dt><i>rev</i> (str)</dt>
2419 <dd> 2419 <dd>
2420 revision to merge with 2420 revision to merge with
2421 </dd> 2421 </dd>
2504 HgNewProjectOptionsDialog 2504 HgNewProjectOptionsDialog
2505 </dd> 2505 </dd>
2506 </dl> 2506 </dl>
2507 <a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a> 2507 <a NAME="Hg.vcsOptionsDialog" ID="Hg.vcsOptionsDialog"></a>
2508 <h4>Hg.vcsOptionsDialog</h4> 2508 <h4>Hg.vcsOptionsDialog</h4>
2509 <b>vcsOptionsDialog</b>(<i>project, archive, editable=False, parent=None</i>) 2509 <b>vcsOptionsDialog</b>(<i>project, _archive, editable=False, parent=None</i>)
2510 <p> 2510 <p>
2511 Public method to get a dialog to enter repository info. 2511 Public method to get a dialog to enter repository info.
2512 </p> 2512 </p>
2513 2513
2514 <dl> 2514 <dl>
2515 2515
2516 <dt><i>project</i> (Project)</dt> 2516 <dt><i>project</i> (Project)</dt>
2517 <dd> 2517 <dd>
2518 reference to the project object 2518 reference to the project object
2519 </dd> 2519 </dd>
2520 <dt><i>archive</i> (str)</dt> 2520 <dt><i>_archive</i> (str)</dt>
2521 <dd> 2521 <dd>
2522 name of the project in the repository 2522 name of the project in the repository (unused)
2523 </dd> 2523 </dd>
2524 <dt><i>editable</i> (bool)</dt> 2524 <dt><i>editable</i> (bool)</dt>
2525 <dd> 2525 <dd>
2526 flag indicating that the project name is editable 2526 flag indicating that the project name is editable (unused)
2527 </dd> 2527 </dd>
2528 <dt><i>parent</i> (QWidget)</dt> 2528 <dt><i>parent</i> (QWidget)</dt>
2529 <dd> 2529 <dd>
2530 parent widget 2530 parent widget
2531 </dd> 2531 </dd>
2585 <dd> 2585 <dd>
2586 file/directory name to be removed 2586 file/directory name to be removed
2587 </dd> 2587 </dd>
2588 <dt><i>project</i> (bool)</dt> 2588 <dt><i>project</i> (bool)</dt>
2589 <dd> 2589 <dd>
2590 flag indicating deletion of a project tree 2590 flag indicating deletion of a project tree (unused)
2591 </dd> 2591 </dd>
2592 <dt><i>noDialog</i> (bool)</dt> 2592 <dt><i>noDialog</i> (bool)</dt>
2593 <dd> 2593 <dd>
2594 flag indicating quiet operations 2594 flag indicating quiet operations
2595 </dd> 2595 </dd>
2606 bool 2606 bool
2607 </dd> 2607 </dd>
2608 </dl> 2608 </dl>
2609 <a NAME="Hg.vcsRepositoryInfos" ID="Hg.vcsRepositoryInfos"></a> 2609 <a NAME="Hg.vcsRepositoryInfos" ID="Hg.vcsRepositoryInfos"></a>
2610 <h4>Hg.vcsRepositoryInfos</h4> 2610 <h4>Hg.vcsRepositoryInfos</h4>
2611 <b>vcsRepositoryInfos</b>(<i>ppath</i>) 2611 <b>vcsRepositoryInfos</b>(<i>_ppath</i>)
2612 <p> 2612 <p>
2613 Public method to retrieve information about the repository. 2613 Public method to retrieve information about the repository.
2614 </p> 2614 </p>
2615 2615
2616 <dl> 2616 <dl>
2617 2617
2618 <dt><i>ppath</i> (str)</dt> 2618 <dt><i>_ppath</i> (str)</dt>
2619 <dd> 2619 <dd>
2620 local path to get the repository infos 2620 local path to get the repository infos (unused)
2621 </dd> 2621 </dd>
2622 </dl> 2622 </dl>
2623 <dl> 2623 <dl>
2624 <dt>Return:</dt> 2624 <dt>Return:</dt>
2625 <dd> 2625 <dd>
2785 2785
2786 <dl> 2786 <dl>
2787 2787
2788 <dt><i>name</i> (str)</dt> 2788 <dt><i>name</i> (str)</dt>
2789 <dd> 2789 <dd>
2790 file/directory name to determine the repo root from 2790 file/directory name to determine the repo root from (unused)
2791 </dd> 2791 </dd>
2792 <dt><i>revision</i> (str)</dt> 2792 <dt><i>revision</i> (str)</dt>
2793 <dd> 2793 <dd>
2794 revision to set tag for 2794 revision to set tag for
2795 </dd> 2795 </dd>
2820 2820
2821 <dl> 2821 <dl>
2822 2822
2823 <dt><i>name</i> (str)</dt> 2823 <dt><i>name</i> (str)</dt>
2824 <dd> 2824 <dd>
2825 file/directory name to be updated (not used) 2825 file/directory name to be updated (unused)
2826 </dd> 2826 </dd>
2827 <dt><i>noDialog</i> (bool)</dt> 2827 <dt><i>noDialog</i> (bool)</dt>
2828 <dd> 2828 <dd>
2829 flag indicating quiet operations 2829 flag indicating quiet operations
2830 </dd> 2830 </dd>

eric ide

mercurial