1131 flag indicating, that the update contained an add |
1131 flag indicating, that the update contained an add |
1132 or delete (boolean) |
1132 or delete (boolean) |
1133 </dd> |
1133 </dd> |
1134 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
1134 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
1135 <h4>Hg.hgPush</h4> |
1135 <h4>Hg.hgPush</h4> |
1136 <b>hgPush</b>(<i>name, force=False, newBranch=False</i>) |
1136 <b>hgPush</b>(<i>name, force=False, newBranch=False, rev=None</i>) |
1137 <p> |
1137 <p> |
1138 Public method used to push changes to a remote Mercurial repository. |
1138 Public method used to push changes to a remote Mercurial repository. |
1139 </p><dl> |
1139 </p><dl> |
1140 <dt><i>name</i></dt> |
1140 <dt><i>name</i></dt> |
1141 <dd> |
1141 <dd> |
1144 <dd> |
1144 <dd> |
1145 flag indicating a forced push (boolean) |
1145 flag indicating a forced push (boolean) |
1146 </dd><dt><i>newBranch=</i></dt> |
1146 </dd><dt><i>newBranch=</i></dt> |
1147 <dd> |
1147 <dd> |
1148 flag indicating to push a new branch (boolean) |
1148 flag indicating to push a new branch (boolean) |
|
1149 </dd><dt><i>rev=</i></dt> |
|
1150 <dd> |
|
1151 revision to be pushed (including all ancestors) (string) |
1149 </dd> |
1152 </dd> |
1150 </dl><a NAME="Hg.hgReMerge" ID="Hg.hgReMerge"></a> |
1153 </dl><a NAME="Hg.hgReMerge" ID="Hg.hgReMerge"></a> |
1151 <h4>Hg.hgReMerge</h4> |
1154 <h4>Hg.hgReMerge</h4> |
1152 <b>hgReMerge</b>(<i>name</i>) |
1155 <b>hgReMerge</b>(<i>name</i>) |
1153 <p> |
1156 <p> |