164 <td>Public method to continue copying changesets from another branch.</td> |
164 <td>Public method to continue copying changesets from another branch.</td> |
165 </tr><tr> |
165 </tr><tr> |
166 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
166 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
167 <td>Public method to identify the current working directory.</td> |
167 <td>Public method to identify the current working directory.</td> |
168 </tr><tr> |
168 </tr><tr> |
169 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td> |
|
170 <td>Public method used to identify a changegroup file.</td> |
|
171 </tr><tr> |
|
172 <td><a href="#Hg.hgImport">hgImport</a></td> |
169 <td><a href="#Hg.hgImport">hgImport</a></td> |
173 <td>Public method to import a patch file.</td> |
170 <td>Public method to import a patch file.</td> |
174 </tr><tr> |
171 </tr><tr> |
175 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
172 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
176 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
173 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
741 </p><dl> |
738 </p><dl> |
742 <dt><i>name</i></dt> |
739 <dt><i>name</i></dt> |
743 <dd> |
740 <dd> |
744 file/directory name (string) |
741 file/directory name (string) |
745 </dd> |
742 </dd> |
746 </dl><a NAME="Hg.hgIdentifyBundle" ID="Hg.hgIdentifyBundle"></a> |
|
747 <h4>Hg.hgIdentifyBundle</h4> |
|
748 <b>hgIdentifyBundle</b>(<i>name</i>) |
|
749 <p> |
|
750 Public method used to identify a changegroup file. |
|
751 </p><dl> |
|
752 <dt><i>name</i></dt> |
|
753 <dd> |
|
754 directory name on which to base the changegroup (string) |
|
755 </dd> |
|
756 </dl><a NAME="Hg.hgImport" ID="Hg.hgImport"></a> |
743 </dl><a NAME="Hg.hgImport" ID="Hg.hgImport"></a> |
757 <h4>Hg.hgImport</h4> |
744 <h4>Hg.hgImport</h4> |
758 <b>hgImport</b>(<i>name</i>) |
745 <b>hgImport</b>(<i>name</i>) |
759 <p> |
746 <p> |
760 Public method to import a patch file. |
747 Public method to import a patch file. |