148 <td>Public method to recover an interrupted transaction.</td> |
148 <td>Public method to recover an interrupted transaction.</td> |
149 </tr><tr> |
149 </tr><tr> |
150 <td><a href="#Hg.hgResolve">hgResolve</a></td> |
150 <td><a href="#Hg.hgResolve">hgResolve</a></td> |
151 <td>Public method used to resolve conflicts of a file/directory.</td> |
151 <td>Public method used to resolve conflicts of a file/directory.</td> |
152 </tr><tr> |
152 </tr><tr> |
|
153 <td><a href="#Hg.hgServe">hgServe</a></td> |
|
154 <td>Public method used to edit the repository config file.</td> |
|
155 </tr><tr> |
153 <td><a href="#Hg.hgShowBranch">hgShowBranch</a></td> |
156 <td><a href="#Hg.hgShowBranch">hgShowBranch</a></td> |
154 <td>Public method used to show the current branch the working directory.</td> |
157 <td>Public method used to show the current branch the working directory.</td> |
155 </tr><tr> |
158 </tr><tr> |
156 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td> |
159 <td><a href="#Hg.hgShowConfig">hgShowConfig</a></td> |
157 <td>Public method to show the combined config.</td> |
160 <td>Public method to show the combined config.</td> |
615 </p><dl> |
618 </p><dl> |
616 <dt><i>name</i></dt> |
619 <dt><i>name</i></dt> |
617 <dd> |
620 <dd> |
618 file/directory name to be resolved (string) |
621 file/directory name to be resolved (string) |
619 </dd> |
622 </dd> |
|
623 </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a> |
|
624 <h4>Hg.hgServe</h4> |
|
625 <b>hgServe</b>(<i>name</i>) |
|
626 <p> |
|
627 Public method used to edit the repository config file. |
|
628 </p><dl> |
|
629 <dt><i>name</i></dt> |
|
630 <dd> |
|
631 directory name (string) |
|
632 </dd> |
620 </dl><a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> |
633 </dl><a NAME="Hg.hgShowBranch" ID="Hg.hgShowBranch"></a> |
621 <h4>Hg.hgShowBranch</h4> |
634 <h4>Hg.hgShowBranch</h4> |
622 <b>hgShowBranch</b>(<i>name</i>) |
635 <b>hgShowBranch</b>(<i>name</i>) |
623 <p> |
636 <p> |
624 Public method used to show the current branch the working directory. |
637 Public method used to show the current branch the working directory. |