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> |