1839 <dd> |
1839 <dd> |
1840 flag indicating to amend the HEAD commit (boolean) |
1840 flag indicating to amend the HEAD commit (boolean) |
1841 </dd> |
1841 </dd> |
1842 </dl><a NAME="Git.vcsConvertProject" ID="Git.vcsConvertProject"></a> |
1842 </dl><a NAME="Git.vcsConvertProject" ID="Git.vcsConvertProject"></a> |
1843 <h4>Git.vcsConvertProject</h4> |
1843 <h4>Git.vcsConvertProject</h4> |
1844 <b>vcsConvertProject</b>(<i>vcsDataDict, project</i>) |
1844 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |
1845 <p> |
1845 <p> |
1846 Public method to convert an uncontrolled project to a version |
1846 Public method to convert an uncontrolled project to a version |
1847 controlled project. |
1847 controlled project. |
1848 </p><dl> |
1848 </p><dl> |
1849 <dt><i>vcsDataDict</i></dt> |
1849 <dt><i>vcsDataDict</i> (dict)</dt> |
1850 <dd> |
1850 <dd> |
1851 dictionary of data required for the conversion |
1851 dictionary of data required for the conversion |
1852 </dd><dt><i>project</i></dt> |
1852 </dd><dt><i>project</i> (Project)</dt> |
1853 <dd> |
1853 <dd> |
1854 reference to the project object |
1854 reference to the project object |
|
1855 </dd><dt><i>addAll</i> (bool)</dt> |
|
1856 <dd> |
|
1857 flag indicating to add all files to the repository |
1855 </dd> |
1858 </dd> |
1856 </dl><a NAME="Git.vcsDiff" ID="Git.vcsDiff"></a> |
1859 </dl><a NAME="Git.vcsDiff" ID="Git.vcsDiff"></a> |
1857 <h4>Git.vcsDiff</h4> |
1860 <h4>Git.vcsDiff</h4> |
1858 <b>vcsDiff</b>(<i>name</i>) |
1861 <b>vcsDiff</b>(<i>name</i>) |
1859 <p> |
1862 <p> |
1936 <dd> |
1939 <dd> |
1937 the project helper object |
1940 the project helper object |
1938 </dd> |
1941 </dd> |
1939 </dl><a NAME="Git.vcsImport" ID="Git.vcsImport"></a> |
1942 </dl><a NAME="Git.vcsImport" ID="Git.vcsImport"></a> |
1940 <h4>Git.vcsImport</h4> |
1943 <h4>Git.vcsImport</h4> |
1941 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False</i>) |
1944 <b>vcsImport</b>(<i>vcsDataDict, projectDir, noDialog=False, addAll=True</i>) |
1942 <p> |
1945 <p> |
1943 Public method used to import the project into the Git repository. |
1946 Public method used to import the project into the Git repository. |
1944 </p><dl> |
1947 </p><dl> |
1945 <dt><i>vcsDataDict</i></dt> |
1948 <dt><i>vcsDataDict</i> (dict)</dt> |
1946 <dd> |
1949 <dd> |
1947 dictionary of data required for the import |
1950 dictionary of data required for the import |
1948 </dd><dt><i>projectDir</i></dt> |
1951 </dd><dt><i>projectDir</i> (str)</dt> |
1949 <dd> |
1952 <dd> |
1950 project directory (string) |
1953 project directory (string) |
1951 </dd><dt><i>noDialog</i></dt> |
1954 </dd><dt><i>noDialog</i> (bool)</dt> |
1952 <dd> |
1955 <dd> |
1953 flag indicating quiet operations |
1956 flag indicating quiet operations |
1954 </dd> |
1957 </dd><dt><i>addAll</i> (bool)</dt> |
1955 </dl><dl> |
1958 <dd> |
1956 <dt>Returns:</dt> |
1959 flag indicating to add all files to the repository |
1957 <dd> |
1960 </dd> |
1958 flag indicating an execution without errors (boolean) |
1961 </dl><dl> |
1959 and a flag indicating the version controll status (boolean) |
1962 <dt>Returns:</dt> |
|
1963 <dd> |
|
1964 tuple containing a flag indicating an execution without errors |
|
1965 and a flag indicating the version controll status |
|
1966 </dd> |
|
1967 </dl><dl> |
|
1968 <dt>Return Type:</dt> |
|
1969 <dd> |
|
1970 tuple of (bool, bool) |
1960 </dd> |
1971 </dd> |
1961 </dl><a NAME="Git.vcsInit" ID="Git.vcsInit"></a> |
1972 </dl><a NAME="Git.vcsInit" ID="Git.vcsInit"></a> |
1962 <h4>Git.vcsInit</h4> |
1973 <h4>Git.vcsInit</h4> |
1963 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1974 <b>vcsInit</b>(<i>vcsDir, noDialog=False</i>) |
1964 <p> |
1975 <p> |