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

branch
eric7
changeset 11109
3de1710db709
parent 11068
15f0385e0471
equal deleted inserted replaced
11108:62f50b72fbb7 11109:3de1710db709
1683 changegroup file. 1683 changegroup file.
1684 </p> 1684 </p>
1685 1685
1686 <a NAME="Hg.hgPull" ID="Hg.hgPull"></a> 1686 <a NAME="Hg.hgPull" ID="Hg.hgPull"></a>
1687 <h4>Hg.hgPull</h4> 1687 <h4>Hg.hgPull</h4>
1688 <b>hgPull</b>(<i>revisions=None</i>) 1688 <b>hgPull</b>(<i>revisions=None, noupdate=False</i>)
1689 <p> 1689 <p>
1690 Public method used to pull changes from a remote Mercurial repository. 1690 Public method used to pull changes from a remote Mercurial repository.
1691 </p> 1691 </p>
1692 1692
1693 <dl> 1693 <dl>
1694 1694
1695 <dt><i>revisions</i> (list of str)</dt> 1695 <dt><i>revisions</i> (list of str (optional))</dt>
1696 <dd> 1696 <dd>
1697 list of revisions to be pulled 1697 list of revisions to be pulled (defaults to None)
1698 </dd>
1699 <dt><i>noupdate</i> (bool (optional))</dt>
1700 <dd>
1701 flag indicate to not update the working directory (defaults
1702 to False)
1698 </dd> 1703 </dd>
1699 </dl> 1704 </dl>
1700 <dl> 1705 <dl>
1701 <dt>Return:</dt> 1706 <dt>Return:</dt>
1702 <dd> 1707 <dd>

eric ide

mercurial