399 <tr> |
399 <tr> |
400 <td><a href="#Hg.vcsAddBinary">vcsAddBinary</a></td> |
400 <td><a href="#Hg.vcsAddBinary">vcsAddBinary</a></td> |
401 <td>Public method used to add a file/directory in binary mode to the Mercurial repository.</td> |
401 <td>Public method used to add a file/directory in binary mode to the Mercurial repository.</td> |
402 </tr> |
402 </tr> |
403 <tr> |
403 <tr> |
|
404 <td><a href="#Hg.vcsAddCommitMessage">vcsAddCommitMessage</a></td> |
|
405 <td>Public method to add a commit message to the list of saved messages.</td> |
|
406 </tr> |
|
407 <tr> |
404 <td><a href="#Hg.vcsAddTree">vcsAddTree</a></td> |
408 <td><a href="#Hg.vcsAddTree">vcsAddTree</a></td> |
405 <td>Public method to add a directory tree rooted at path to the Mercurial repository.</td> |
409 <td>Public method to add a directory tree rooted at path to the Mercurial repository.</td> |
406 </tr> |
410 </tr> |
407 <tr> |
411 <tr> |
408 <td><a href="#Hg.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> |
412 <td><a href="#Hg.vcsAllRegisteredStates">vcsAllRegisteredStates</a></td> |
415 <tr> |
419 <tr> |
416 <td><a href="#Hg.vcsCleanup">vcsCleanup</a></td> |
420 <td><a href="#Hg.vcsCleanup">vcsCleanup</a></td> |
417 <td>Public method used to cleanup the working directory.</td> |
421 <td>Public method used to cleanup the working directory.</td> |
418 </tr> |
422 </tr> |
419 <tr> |
423 <tr> |
|
424 <td><a href="#Hg.vcsClearCommitMessages">vcsClearCommitMessages</a></td> |
|
425 <td>Public method to clear the list of saved messages.</td> |
|
426 </tr> |
|
427 <tr> |
420 <td><a href="#Hg.vcsCommandLine">vcsCommandLine</a></td> |
428 <td><a href="#Hg.vcsCommandLine">vcsCommandLine</a></td> |
421 <td>Public method used to execute arbitrary mercurial commands.</td> |
429 <td>Public method used to execute arbitrary mercurial commands.</td> |
422 </tr> |
430 </tr> |
423 <tr> |
431 <tr> |
424 <td><a href="#Hg.vcsCommit">vcsCommit</a></td> |
432 <td><a href="#Hg.vcsCommit">vcsCommit</a></td> |
425 <td>Public method used to make the change of a file/directory permanent in the Mercurial repository.</td> |
433 <td>Public method used to make the change of a file/directory permanent in the Mercurial repository.</td> |
|
434 </tr> |
|
435 <tr> |
|
436 <td><a href="#Hg.vcsCommitMessages">vcsCommitMessages</a></td> |
|
437 <td>Public method to get the list of saved commit messages.</td> |
426 </tr> |
438 </tr> |
427 <tr> |
439 <tr> |
428 <td><a href="#Hg.vcsConvertProject">vcsConvertProject</a></td> |
440 <td><a href="#Hg.vcsConvertProject">vcsConvertProject</a></td> |
429 <td>Public method to convert an uncontrolled project to a version controlled project.</td> |
441 <td>Public method to convert an uncontrolled project to a version controlled project.</td> |
430 </tr> |
442 </tr> |
1784 <dt><i>isDir</i></dt> |
1796 <dt><i>isDir</i></dt> |
1785 <dd> |
1797 <dd> |
1786 flag indicating name is a directory (boolean) |
1798 flag indicating name is a directory (boolean) |
1787 </dd> |
1799 </dd> |
1788 </dl> |
1800 </dl> |
|
1801 <a NAME="Hg.vcsAddCommitMessage" ID="Hg.vcsAddCommitMessage"></a> |
|
1802 <h4>Hg.vcsAddCommitMessage</h4> |
|
1803 <b>vcsAddCommitMessage</b>(<i>message</i>) |
|
1804 |
|
1805 <p> |
|
1806 Public method to add a commit message to the list of saved messages. |
|
1807 </p> |
|
1808 <dl> |
|
1809 |
|
1810 <dt><i>message</i> (str)</dt> |
|
1811 <dd> |
|
1812 message to be added |
|
1813 </dd> |
|
1814 </dl> |
1789 <a NAME="Hg.vcsAddTree" ID="Hg.vcsAddTree"></a> |
1815 <a NAME="Hg.vcsAddTree" ID="Hg.vcsAddTree"></a> |
1790 <h4>Hg.vcsAddTree</h4> |
1816 <h4>Hg.vcsAddTree</h4> |
1791 <b>vcsAddTree</b>(<i>path</i>) |
1817 <b>vcsAddTree</b>(<i>path</i>) |
1792 |
1818 |
1793 <p> |
1819 <p> |
1878 <dt><i>name</i></dt> |
1904 <dt><i>name</i></dt> |
1879 <dd> |
1905 <dd> |
1880 directory name to be cleaned up (string) |
1906 directory name to be cleaned up (string) |
1881 </dd> |
1907 </dd> |
1882 </dl> |
1908 </dl> |
|
1909 <a NAME="Hg.vcsClearCommitMessages" ID="Hg.vcsClearCommitMessages"></a> |
|
1910 <h4>Hg.vcsClearCommitMessages</h4> |
|
1911 <b>vcsClearCommitMessages</b>(<i></i>) |
|
1912 |
|
1913 <p> |
|
1914 Public method to clear the list of saved messages. |
|
1915 </p> |
1883 <a NAME="Hg.vcsCommandLine" ID="Hg.vcsCommandLine"></a> |
1916 <a NAME="Hg.vcsCommandLine" ID="Hg.vcsCommandLine"></a> |
1884 <h4>Hg.vcsCommandLine</h4> |
1917 <h4>Hg.vcsCommandLine</h4> |
1885 <b>vcsCommandLine</b>(<i>name</i>) |
1918 <b>vcsCommandLine</b>(<i>name</i>) |
1886 |
1919 |
1887 <p> |
1920 <p> |
1926 flag indicating a queue commit (boolean) |
1959 flag indicating a queue commit (boolean) |
1927 </dd> |
1960 </dd> |
1928 <dt><i>merge</i></dt> |
1961 <dt><i>merge</i></dt> |
1929 <dd> |
1962 <dd> |
1930 flag indicating a merge commit (boolean) |
1963 flag indicating a merge commit (boolean) |
|
1964 </dd> |
|
1965 </dl> |
|
1966 <a NAME="Hg.vcsCommitMessages" ID="Hg.vcsCommitMessages"></a> |
|
1967 <h4>Hg.vcsCommitMessages</h4> |
|
1968 <b>vcsCommitMessages</b>(<i></i>) |
|
1969 |
|
1970 <p> |
|
1971 Public method to get the list of saved commit messages. |
|
1972 </p> |
|
1973 <dl> |
|
1974 <dt>Return:</dt> |
|
1975 <dd> |
|
1976 list of saved commit messages |
|
1977 </dd> |
|
1978 </dl> |
|
1979 <dl> |
|
1980 <dt>Return Type:</dt> |
|
1981 <dd> |
|
1982 list of str |
1931 </dd> |
1983 </dd> |
1932 </dl> |
1984 </dl> |
1933 <a NAME="Hg.vcsConvertProject" ID="Hg.vcsConvertProject"></a> |
1985 <a NAME="Hg.vcsConvertProject" ID="Hg.vcsConvertProject"></a> |
1934 <h4>Hg.vcsConvertProject</h4> |
1986 <h4>Hg.vcsConvertProject</h4> |
1935 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |
1987 <b>vcsConvertProject</b>(<i>vcsDataDict, project, addAll=True</i>) |