1061 name of the bookmark |
1061 name of the bookmark |
1062 </dd> |
1062 </dd> |
1063 </dl> |
1063 </dl> |
1064 <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> |
1064 <a NAME="Hg.hgBookmarkPush" ID="Hg.hgBookmarkPush"></a> |
1065 <h4>Hg.hgBookmarkPush</h4> |
1065 <h4>Hg.hgBookmarkPush</h4> |
1066 <b>hgBookmarkPush</b>(<i>current=False, bookmark=None</i>) |
1066 <b>hgBookmarkPush</b>(<i>current=False, bookmark=None, allBookmarks=False</i>) |
1067 |
1067 |
1068 <p> |
1068 <p> |
1069 Public method to push a bookmark to a remote repository. |
1069 Public method to push a bookmark to a remote repository. |
1070 </p> |
1070 </p> |
1071 <dl> |
1071 <dl> |
1075 flag indicating to push the current bookmark |
1075 flag indicating to push the current bookmark |
1076 </dd> |
1076 </dd> |
1077 <dt><i>bookmark</i> (str)</dt> |
1077 <dt><i>bookmark</i> (str)</dt> |
1078 <dd> |
1078 <dd> |
1079 name of the bookmark |
1079 name of the bookmark |
|
1080 </dd> |
|
1081 <dt><i>allBookmarks</i> (bool)</dt> |
|
1082 <dd> |
|
1083 flag indicating to push all bookmarks |
1080 </dd> |
1084 </dd> |
1081 </dl> |
1085 </dl> |
1082 <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> |
1086 <a NAME="Hg.hgBookmarkRename" ID="Hg.hgBookmarkRename"></a> |
1083 <h4>Hg.hgBookmarkRename</h4> |
1087 <h4>Hg.hgBookmarkRename</h4> |
1084 <b>hgBookmarkRename</b>(<i>renameInfo=None</i>) |
1088 <b>hgBookmarkRename</b>(<i>renameInfo=None</i>) |