593 flag indicating, that the update contained an add |
593 flag indicating, that the update contained an add |
594 or delete (boolean) |
594 or delete (boolean) |
595 </dd> |
595 </dd> |
596 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
596 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
597 <h4>Hg.hgPush</h4> |
597 <h4>Hg.hgPush</h4> |
598 <b>hgPush</b>(<i>name, force=False</i>) |
598 <b>hgPush</b>(<i>name, force=False, newBranch=False</i>) |
599 <p> |
599 <p> |
600 Public method used to push changes to a remote Mercurial repository. |
600 Public method used to push changes to a remote Mercurial repository. |
601 </p><dl> |
601 </p><dl> |
602 <dt><i>name</i></dt> |
602 <dt><i>name</i></dt> |
603 <dd> |
603 <dd> |
604 directory name of the project to be pushed from (string) |
604 directory name of the project to be pushed from (string) |
605 </dd><dt><i>force=</i></dt> |
605 </dd><dt><i>force=</i></dt> |
606 <dd> |
606 <dd> |
607 flag indicating a forced push (boolean) |
607 flag indicating a forced push (boolean) |
|
608 </dd><dt><i>newBranch=</i></dt> |
|
609 <dd> |
|
610 flag indicating to push a new branch (boolean) |
608 </dd> |
611 </dd> |
609 </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
612 </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
610 <h4>Hg.hgRecover</h4> |
613 <h4>Hg.hgRecover</h4> |
611 <b>hgRecover</b>(<i>name</i>) |
614 <b>hgRecover</b>(<i>name</i>) |
612 <p> |
615 <p> |