180 <td>Public method to continue copying changesets from another branch.</td> |
180 <td>Public method to continue copying changesets from another branch.</td> |
181 </tr><tr> |
181 </tr><tr> |
182 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
182 <td><a href="#Hg.hgIdentify">hgIdentify</a></td> |
183 <td>Public method to identify the current working directory.</td> |
183 <td>Public method to identify the current working directory.</td> |
184 </tr><tr> |
184 </tr><tr> |
185 <td><a href="#Hg.hgIdentifyBundle">hgIdentifyBundle</a></td> |
|
186 <td>Public method used to identify a changegroup file.</td> |
|
187 </tr><tr> |
|
188 <td><a href="#Hg.hgImport">hgImport</a></td> |
185 <td><a href="#Hg.hgImport">hgImport</a></td> |
189 <td>Public method to import a patch file.</td> |
186 <td>Public method to import a patch file.</td> |
190 </tr><tr> |
187 </tr><tr> |
191 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
188 <td><a href="#Hg.hgIncoming">hgIncoming</a></td> |
192 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
189 <td>Public method used to view the log of incoming changes from the Mercurial repository.</td> |
809 </p><dl> |
806 </p><dl> |
810 <dt><i>name</i></dt> |
807 <dt><i>name</i></dt> |
811 <dd> |
808 <dd> |
812 file/directory name (string) |
809 file/directory name (string) |
813 </dd> |
810 </dd> |
814 </dl><a NAME="Hg.hgIdentifyBundle" ID="Hg.hgIdentifyBundle"></a> |
|
815 <h4>Hg.hgIdentifyBundle</h4> |
|
816 <b>hgIdentifyBundle</b>(<i>name</i>) |
|
817 <p> |
|
818 Public method used to identify a changegroup file. |
|
819 </p><dl> |
|
820 <dt><i>name</i></dt> |
|
821 <dd> |
|
822 directory name on which to base the changegroup (string) |
|
823 </dd> |
|
824 </dl><a NAME="Hg.hgImport" ID="Hg.hgImport"></a> |
811 </dl><a NAME="Hg.hgImport" ID="Hg.hgImport"></a> |
825 <h4>Hg.hgImport</h4> |
812 <h4>Hg.hgImport</h4> |
826 <b>hgImport</b>(<i>name</i>) |
813 <b>hgImport</b>(<i>name</i>) |
827 <p> |
814 <p> |
828 Public method to import a patch file. |
815 Public method to import a patch file. |