168 <td>Public method to normalize a url for Mercurial.</td> |
168 <td>Public method to normalize a url for Mercurial.</td> |
169 </tr><tr> |
169 </tr><tr> |
170 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> |
170 <td><a href="#Hg.hgOutgoing">hgOutgoing</a></td> |
171 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> |
171 <td>Public method used to view the log of outgoing changes from the Mercurial repository.</td> |
172 </tr><tr> |
172 </tr><tr> |
|
173 <td><a href="#Hg.hgPhase">hgPhase</a></td> |
|
174 <td>Public method to change the phase of revisions.</td> |
|
175 </tr><tr> |
173 <td><a href="#Hg.hgPreviewBundle">hgPreviewBundle</a></td> |
176 <td><a href="#Hg.hgPreviewBundle">hgPreviewBundle</a></td> |
174 <td>Public method used to view the log of incoming changes from a changegroup file.</td> |
177 <td>Public method used to view the log of incoming changes from a changegroup file.</td> |
175 </tr><tr> |
178 </tr><tr> |
176 <td><a href="#Hg.hgPull">hgPull</a></td> |
179 <td><a href="#Hg.hgPull">hgPull</a></td> |
177 <td>Public method used to pull changes from a remote Mercurial repository.</td> |
180 <td>Public method used to pull changes from a remote Mercurial repository.</td> |
710 </p><dl> |
713 </p><dl> |
711 <dt><i>name</i></dt> |
714 <dt><i>name</i></dt> |
712 <dd> |
715 <dd> |
713 file/directory name to show the log of (string) |
716 file/directory name to show the log of (string) |
714 </dd> |
717 </dd> |
|
718 </dl><a NAME="Hg.hgPhase" ID="Hg.hgPhase"></a> |
|
719 <h4>Hg.hgPhase</h4> |
|
720 <b>hgPhase</b>(<i>name, data=None</i>) |
|
721 <p> |
|
722 Public method to change the phase of revisions. |
|
723 </p><dl> |
|
724 <dt><i>name</i></dt> |
|
725 <dd> |
|
726 directory name of the project to export from (string) |
|
727 </dd><dt><i>data</i></dt> |
|
728 <dd> |
|
729 tuple giving phase data (list of revisions, phase, flag |
|
730 indicating a forced operation) (list of strings, string, boolean) |
|
731 </dd> |
|
732 </dl><dl> |
|
733 <dt>Returns:</dt> |
|
734 <dd> |
|
735 flag indicating success (boolean) |
|
736 </dd> |
715 </dl><a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> |
737 </dl><a NAME="Hg.hgPreviewBundle" ID="Hg.hgPreviewBundle"></a> |
716 <h4>Hg.hgPreviewBundle</h4> |
738 <h4>Hg.hgPreviewBundle</h4> |
717 <b>hgPreviewBundle</b>(<i>name</i>) |
739 <b>hgPreviewBundle</b>(<i>name</i>) |
718 <p> |
740 <p> |
719 Public method used to view the log of incoming changes from a |
741 Public method used to view the log of incoming changes from a |