584 <dd> |
584 <dd> |
585 directory name of the project to be pulled to (string) |
585 directory name of the project to be pulled to (string) |
586 </dd> |
586 </dd> |
587 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
587 </dl><a NAME="Hg.hgPush" ID="Hg.hgPush"></a> |
588 <h4>Hg.hgPush</h4> |
588 <h4>Hg.hgPush</h4> |
589 <b>hgPush</b>(<i>name</i>) |
589 <b>hgPush</b>(<i>name, force = False</i>) |
590 <p> |
590 <p> |
591 Public method used to push changes to a remote Mercurial repository. |
591 Public method used to push changes to a remote Mercurial repository. |
592 </p><dl> |
592 </p><dl> |
593 <dt><i>name</i></dt> |
593 <dt><i>name</i></dt> |
594 <dd> |
594 <dd> |
595 directory name of the project to be pushed from (string) |
595 directory name of the project to be pushed from (string) |
|
596 </dd><dt><i>force=</i></dt> |
|
597 <dd> |
|
598 flag indicating a forced push (boolean) |
596 </dd> |
599 </dd> |
597 </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
600 </dl><a NAME="Hg.hgRecover" ID="Hg.hgRecover"></a> |
598 <h4>Hg.hgRecover</h4> |
601 <h4>Hg.hgRecover</h4> |
599 <b>hgRecover</b>(<i>name</i>) |
602 <b>hgRecover</b>(<i>name</i>) |
600 <p> |
603 <p> |