1676 <dd> |
1676 <dd> |
1677 flag indicating a merge commit (boolean) |
1677 flag indicating a merge commit (boolean) |
1678 </dd> |
1678 </dd> |
1679 </dl><a NAME="Hg.vcsConvertProject" ID="Hg.vcsConvertProject"></a> |
1679 </dl><a NAME="Hg.vcsConvertProject" ID="Hg.vcsConvertProject"></a> |
1680 <h4>Hg.vcsConvertProject</h4> |
1680 <h4>Hg.vcsConvertProject</h4> |
1681 <b>vcsConvertProject</b>(<i>vcsDataDict, project</i>) |
1681 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |
1682 <p> |
1682 <p> |
1683 Public method to convert an uncontrolled project to a version |
1683 Public method to convert an uncontrolled project to a version |
1684 controlled project. |
1684 controlled project. |
1685 </p><dl> |
1685 </p><dl> |
1686 <dt><i>vcsDataDict</i></dt> |
1686 <dt><i>vcsDataDict</i> (dict)</dt> |
1687 <dd> |
1687 <dd> |
1688 dictionary of data required for the conversion |
1688 dictionary of data required for the conversion |
1689 </dd><dt><i>project</i></dt> |
1689 </dd><dt><i>project</i> (Project)</dt> |
1690 <dd> |
1690 <dd> |
1691 reference to the project object |
1691 reference to the project object |
|
1692 </dd><dt><i>addAll</i> (bool)</dt> |
|
1693 <dd> |
|
1694 flag indicating to add all files to the repository |
1692 </dd> |
1695 </dd> |
1693 </dl><a NAME="Hg.vcsDiff" ID="Hg.vcsDiff"></a> |
1696 </dl><a NAME="Hg.vcsDiff" ID="Hg.vcsDiff"></a> |
1694 <h4>Hg.vcsDiff</h4> |
1697 <h4>Hg.vcsDiff</h4> |
1695 <b>vcsDiff</b>(<i>name</i>) |
1698 <b>vcsDiff</b>(<i>name</i>) |
1696 <p> |
1699 <p> |
1773 <dd> |
1776 <dd> |
1774 the project helper object |
1777 the project helper object |
1775 </dd> |
1778 </dd> |
1776 </dl><a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a> |
1779 </dl><a NAME="Hg.vcsImport" ID="Hg.vcsImport"></a> |
1777 <h4>Hg.vcsImport</h4> |
1780 <h4>Hg.vcsImport</h4> |
1778 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) |
1781 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>) |
1779 <p> |
1782 <p> |
1780 Public method used to import the project into the Mercurial repository. |
1783 Public method used to import the project into the Mercurial repository. |
1781 </p><dl> |
1784 </p><dl> |
1782 <dt><i>vcsDataDict</i></dt> |
1785 <dt><i>vcsDataDict</i> (dict)</dt> |
1783 <dd> |
1786 <dd> |
1784 dictionary of data required for the import |
1787 dictionary of data required for the import |
1785 </dd><dt><i>projectDir</i></dt> |
1788 </dd><dt><i>projectDir</i> (str)</dt> |
1786 <dd> |
1789 <dd> |
1787 project directory (string) |
1790 project directory (string) |
1788 </dd><dt><i>noDialog</i></dt> |
1791 </dd><dt><i>noDialog</i> (bool)</dt> |
1789 <dd> |
1792 <dd> |
1790 flag indicating quiet operations |
1793 flag indicating quiet operations |
1791 </dd> |
1794 </dd><dt><i>addAll</i> (bool)</dt> |
1792 </dl><dl> |
1795 <dd> |
1793 <dt>Returns:</dt> |
1796 flag indicating to add all files to the repository |
1794 <dd> |
1797 </dd> |
1795 flag indicating an execution without errors (boolean) |
1798 </dl><dl> |
1796 and a flag indicating the version controll status (boolean) |
1799 <dt>Returns:</dt> |
|
1800 <dd> |
|
1801 tuple containing a flag indicating an execution without errors |
|
1802 and a flag indicating the version controll status |
|
1803 </dd> |
|
1804 </dl><dl> |
|
1805 <dt>Return Type:</dt> |
|
1806 <dd> |
|
1807 tuple of (bool, bool) |
1797 </dd> |
1808 </dd> |
1798 </dl><a NAME="Hg.vcsInit" ID="Hg.vcsInit"></a> |
1809 </dl><a NAME="Hg.vcsInit" ID="Hg.vcsInit"></a> |
1799 <h4>Hg.vcsInit</h4> |
1810 <h4>Hg.vcsInit</h4> |
1800 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1811 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1801 <p> |
1812 <p> |