745 <dd> |
745 <dd> |
746 file/directory name (string) |
746 file/directory name (string) |
747 </dd> |
747 </dd> |
748 </dl><a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> |
748 </dl><a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> |
749 <h4>Hg.hgBookmarkPull</h4> |
749 <h4>Hg.hgBookmarkPull</h4> |
750 <b>hgBookmarkPull</b>(<i>name</i>) |
750 <b>hgBookmarkPull</b>(<i>name, current=False</i>) |
751 <p> |
751 <p> |
752 Public method to pull a bookmark from a remote repository. |
752 Public method to pull a bookmark from a remote repository. |
753 </p><dl> |
753 </p><dl> |
754 <dt><i>name</i></dt> |
754 <dt><i>name</i> (str)</dt> |
755 <dd> |
755 <dd> |
756 file/directory name (string) |
756 file/directory name |
|
757 </dd><dt><i>current</i> (bool)</dt> |
|
758 <dd> |
|
759 flag indicating to pull the current bookmark |
757 </dd> |
760 </dd> |
758 </dl><a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> |
761 </dl><a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> |
759 <h4>Hg.hgBookmarkPush</h4> |
762 <h4>Hg.hgBookmarkPush</h4> |
760 <b>hgBookmarkPush</b>(<i>name</i>) |
763 <b>hgBookmarkPush</b>(<i>name, current=False</i>) |
761 <p> |
764 <p> |
762 Public method to push a bookmark to a remote repository. |
765 Public method to push a bookmark to a remote repository. |
763 </p><dl> |
766 </p><dl> |
764 <dt><i>name</i></dt> |
767 <dt><i>name</i> (str)</dt> |
765 <dd> |
768 <dd> |
766 file/directory name (string) |
769 file/directory name |
|
770 </dd><dt><i>current</i> (bool)</dt> |
|
771 <dd> |
|
772 flag indicating to push the current bookmark |
767 </dd> |
773 </dd> |
768 </dl><a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> |
774 </dl><a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> |
769 <h4>Hg.hgBookmarkRename</h4> |
775 <h4>Hg.hgBookmarkRename</h4> |
770 <b>hgBookmarkRename</b>(<i>name</i>) |
776 <b>hgBookmarkRename</b>(<i>name</i>) |
771 <p> |
777 <p> |