212 <td>Public method used to revert changes made to a file/directory.</td> |
212 <td>Public method used to revert changes made to a file/directory.</td> |
213 </tr><tr> |
213 </tr><tr> |
214 <td><a href="#Hg.hgRollback">hgRollback</a></td> |
214 <td><a href="#Hg.hgRollback">hgRollback</a></td> |
215 <td>Public method used to rollback the last transaction.</td> |
215 <td>Public method used to rollback the last transaction.</td> |
216 </tr><tr> |
216 </tr><tr> |
|
217 <td><a href="#Hg.hgSbsDiff">hgSbsDiff</a></td> |
|
218 <td>Public method used to view the difference of a file to the Mercurial repository side-by-side.</td> |
|
219 </tr><tr> |
217 <td><a href="#Hg.hgServe">hgServe</a></td> |
220 <td><a href="#Hg.hgServe">hgServe</a></td> |
218 <td>Public method used to serve the project.</td> |
221 <td>Public method used to serve the project.</td> |
219 </tr><tr> |
222 </tr><tr> |
220 <td><a href="#Hg.hgShowBranch">hgShowBranch</a></td> |
223 <td><a href="#Hg.hgShowBranch">hgShowBranch</a></td> |
221 <td>Public method used to show the current branch the working directory.</td> |
224 <td>Public method used to show the current branch the working directory.</td> |
916 </p><dl> |
919 </p><dl> |
917 <dt><i>name</i></dt> |
920 <dt><i>name</i></dt> |
918 <dd> |
921 <dd> |
919 directory name (string or list of strings) |
922 directory name (string or list of strings) |
920 </dd> |
923 </dd> |
|
924 </dl><a NAME="Hg.hgSbsDiff" ID="Hg.hgSbsDiff"></a> |
|
925 <h4>Hg.hgSbsDiff</h4> |
|
926 <b>hgSbsDiff</b>(<i>name</i>) |
|
927 <p> |
|
928 Public method used to view the difference of a file to the Mercurial repository |
|
929 side-by-side. |
|
930 </p><dl> |
|
931 <dt><i>name</i></dt> |
|
932 <dd> |
|
933 file name to be diffed (string) |
|
934 </dd> |
921 </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a> |
935 </dl><a NAME="Hg.hgServe" ID="Hg.hgServe"></a> |
922 <h4>Hg.hgServe</h4> |
936 <h4>Hg.hgServe</h4> |
923 <b>hgServe</b>(<i>name</i>) |
937 <b>hgServe</b>(<i>name</i>) |
924 <p> |
938 <p> |
925 Public method used to serve the project. |
939 Public method used to serve the project. |