Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html

changeset 5328
9c11e9285a46
parent 5322
c2cabdca0734
child 5452
9f89364d9ffd
equal deleted inserted replaced
5327:1bf444289f77 5328:9c11e9285a46
717 <dd> 717 <dd>
718 name of the bookmark (string) 718 name of the bookmark (string)
719 </dd> 719 </dd>
720 </dl><a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a> 720 </dl><a NAME="Hg.hgBookmarkDelete" ID="Hg.hgBookmarkDelete"></a>
721 <h4>Hg.hgBookmarkDelete</h4> 721 <h4>Hg.hgBookmarkDelete</h4>
722 <b>hgBookmarkDelete</b>(<i>name</i>) 722 <b>hgBookmarkDelete</b>(<i>name, bookmark=None</i>)
723 <p> 723 <p>
724 Public method to delete a bookmark. 724 Public method to delete a bookmark.
725 </p><dl> 725 </p><dl>
726 <dt><i>name</i></dt> 726 <dt><i>name</i></dt>
727 <dd> 727 <dd>
728 file/directory name (string) 728 file/directory name (string)
729 </dd><dt><i>bookmark</i></dt>
730 <dd>
731 name of the bookmark (string)
729 </dd> 732 </dd>
730 </dl><a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a> 733 </dl><a NAME="Hg.hgBookmarkIncoming" ID="Hg.hgBookmarkIncoming"></a>
731 <h4>Hg.hgBookmarkIncoming</h4> 734 <h4>Hg.hgBookmarkIncoming</h4>
732 <b>hgBookmarkIncoming</b>(<i>name</i>) 735 <b>hgBookmarkIncoming</b>(<i>name</i>)
733 <p> 736 <p>
763 <dd> 766 <dd>
764 file/directory name (string) 767 file/directory name (string)
765 </dd> 768 </dd>
766 </dl><a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a> 769 </dl><a NAME="Hg.hgBookmarkPull" ID="Hg.hgBookmarkPull"></a>
767 <h4>Hg.hgBookmarkPull</h4> 770 <h4>Hg.hgBookmarkPull</h4>
768 <b>hgBookmarkPull</b>(<i>name, current=False</i>) 771 <b>hgBookmarkPull</b>(<i>name, current=False, bookmark=None</i>)
769 <p> 772 <p>
770 Public method to pull a bookmark from a remote repository. 773 Public method to pull a bookmark from a remote repository.
771 </p><dl> 774 </p><dl>
772 <dt><i>name</i> (str)</dt> 775 <dt><i>name</i> (str)</dt>
773 <dd> 776 <dd>
774 file/directory name 777 file/directory name
775 </dd><dt><i>current</i> (bool)</dt> 778 </dd><dt><i>current</i> (bool)</dt>
776 <dd> 779 <dd>
777 flag indicating to pull the current bookmark 780 flag indicating to pull the current bookmark
781 </dd><dt><i>bookmark</i> (str)</dt>
782 <dd>
783 name of the bookmark
778 </dd> 784 </dd>
779 </dl><a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> 785 </dl><a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a>
780 <h4>Hg.hgBookmarkPush</h4> 786 <h4>Hg.hgBookmarkPush</h4>
781 <b>hgBookmarkPush</b>(<i>name, current=False</i>) 787 <b>hgBookmarkPush</b>(<i>name, current=False, bookmark=None</i>)
782 <p> 788 <p>
783 Public method to push a bookmark to a remote repository. 789 Public method to push a bookmark to a remote repository.
784 </p><dl> 790 </p><dl>
785 <dt><i>name</i> (str)</dt> 791 <dt><i>name</i> (str)</dt>
786 <dd> 792 <dd>
787 file/directory name 793 file/directory name
788 </dd><dt><i>current</i> (bool)</dt> 794 </dd><dt><i>current</i> (bool)</dt>
789 <dd> 795 <dd>
790 flag indicating to push the current bookmark 796 flag indicating to push the current bookmark
797 </dd><dt><i>bookmark</i> (str)</dt>
798 <dd>
799 name of the bookmark
791 </dd> 800 </dd>
792 </dl><a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> 801 </dl><a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a>
793 <h4>Hg.hgBookmarkRename</h4> 802 <h4>Hg.hgBookmarkRename</h4>
794 <b>hgBookmarkRename</b>(<i>name</i>) 803 <b>hgBookmarkRename</b>(<i>name, renameInfo=None</i>)
795 <p> 804 <p>
796 Public method to rename a bookmark. 805 Public method to rename a bookmark.
797 </p><dl> 806 </p><dl>
798 <dt><i>name</i></dt> 807 <dt><i>name</i> (str)</dt>
799 <dd> 808 <dd>
800 file/directory name (string) 809 file/directory name
810 </dd><dt><i>renameInfo</i> (tuple of str and str)</dt>
811 <dd>
812 old and new names of the bookmark
801 </dd> 813 </dd>
802 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a> 814 </dl><a NAME="Hg.hgBranch" ID="Hg.hgBranch"></a>
803 <h4>Hg.hgBranch</h4> 815 <h4>Hg.hgBranch</h4>
804 <b>hgBranch</b>(<i>name</i>) 816 <b>hgBranch</b>(<i>name</i>)
805 <p> 817 <p>

eric ide

mercurial