|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.Plugins.VcsPlugins.vcsMercurial</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing the vcs interface to Mercurial. |
|
12 </p> |
|
13 <p> |
|
14 It consists of the hg class, the project helper classes and some |
|
15 Mercurial specific dialogs. |
|
16 </p> |
|
17 |
|
18 <h3>Packages</h3> |
|
19 <table> |
|
20 |
|
21 <tr> |
|
22 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.html">CloseheadExtension</a></td> |
|
23 <td>Package implementing the closehead extension support interface.</td> |
|
24 </tr> |
|
25 <tr> |
|
26 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html">ConfigurationPage</a></td> |
|
27 <td>Package implementing the the Mercurial configuration page.</td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html">GpgExtension</a></td> |
|
31 <td>Package implementing the gpg extension support interface.</td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.html">HisteditExtension</a></td> |
|
35 <td>Package implementing the histedit extension support interface.</td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.html">LargefilesExtension</a></td> |
|
39 <td>Package implementing the largefiles extension support interface.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html">PurgeExtension</a></td> |
|
43 <td>Package implementing the purge extension support interface.</td> |
|
44 </tr> |
|
45 <tr> |
|
46 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.html">QueuesExtension</a></td> |
|
47 <td>Package implementing the queues extension support interface.</td> |
|
48 </tr> |
|
49 <tr> |
|
50 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.html">RebaseExtension</a></td> |
|
51 <td>Package implementing the rebase extension support interface.</td> |
|
52 </tr> |
|
53 <tr> |
|
54 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.html">ShelveExtension</a></td> |
|
55 <td>Package implementing the shelve extension support interface.</td> |
|
56 </tr> |
|
57 <tr> |
|
58 <td><a href="index-eric7.Plugins.VcsPlugins.vcsMercurial.StripExtension.html">StripExtension</a></td> |
|
59 <td>Package implementing the strip extension support interface.</td> |
|
60 </tr> |
|
61 </table> |
|
62 |
|
63 <h3>Modules</h3> |
|
64 <table> |
|
65 |
|
66 <tr> |
|
67 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.Config.html">Config</a></td> |
|
68 <td>Module defining configuration variables for the Mercurial package.</td> |
|
69 </tr> |
|
70 <tr> |
|
71 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html">HgAddSubrepositoryDialog</a></td> |
|
72 <td>Module implementing a dialog to add a sub-repository.</td> |
|
73 </tr> |
|
74 <tr> |
|
75 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html">HgAnnotateDialog</a></td> |
|
76 <td>Module implementing a dialog to show the output of the hg annotate command.</td> |
|
77 </tr> |
|
78 <tr> |
|
79 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html">HgArchiveDialog</a></td> |
|
80 <td>Module implementing a dialog to enter the archive data.</td> |
|
81 </tr> |
|
82 <tr> |
|
83 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html">HgBackoutDialog</a></td> |
|
84 <td>Module implementing a dialog to enter the data for a backout operation.</td> |
|
85 </tr> |
|
86 <tr> |
|
87 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html">HgBookmarkDialog</a></td> |
|
88 <td>Module implementing the bookmark dialog.</td> |
|
89 </tr> |
|
90 <tr> |
|
91 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html">HgBookmarkRenameDialog</a></td> |
|
92 <td>Module implementing a dialog to get the data to rename a bookmark.</td> |
|
93 </tr> |
|
94 <tr> |
|
95 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html">HgBookmarksInOutDialog</a></td> |
|
96 <td>Module implementing a dialog to show a list of incoming or outgoing bookmarks.</td> |
|
97 </tr> |
|
98 <tr> |
|
99 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html">HgBookmarksListDialog</a></td> |
|
100 <td>Module implementing a dialog to show a list of bookmarks.</td> |
|
101 </tr> |
|
102 <tr> |
|
103 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.html">HgBranchInputDialog</a></td> |
|
104 <td>Module implementing a dialog to enter the data for a branch operation.</td> |
|
105 </tr> |
|
106 <tr> |
|
107 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html">HgBundleDialog</a></td> |
|
108 <td>Module implementing a dialog to enter the data for a bundle operation.</td> |
|
109 </tr> |
|
110 <tr> |
|
111 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgClient.html">HgClient</a></td> |
|
112 <td>Module implementing an interface to the Mercurial command server.</td> |
|
113 </tr> |
|
114 <tr> |
|
115 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html">HgClientPromptDialog</a></td> |
|
116 <td>Module implementing a prompt dialog for the Mercurial command server.</td> |
|
117 </tr> |
|
118 <tr> |
|
119 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html">HgCommandDialog</a></td> |
|
120 <td>Module implementing the Mercurial command dialog.</td> |
|
121 </tr> |
|
122 <tr> |
|
123 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html">HgCommitDialog</a></td> |
|
124 <td>Module implementing a dialog to enter the commit message.</td> |
|
125 </tr> |
|
126 <tr> |
|
127 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.html">HgConflictsListDialog</a></td> |
|
128 <td>Module implementing a dialog to show a list of files which had or still have conflicts.</td> |
|
129 </tr> |
|
130 <tr> |
|
131 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html">HgCopyDialog</a></td> |
|
132 <td>Module implementing a dialog to enter the data for a copy or rename operation.</td> |
|
133 </tr> |
|
134 <tr> |
|
135 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgDialog.html">HgDialog</a></td> |
|
136 <td>Module implementing a dialog starting a process and showing its output.</td> |
|
137 </tr> |
|
138 <tr> |
|
139 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html">HgDiffDialog</a></td> |
|
140 <td>Module implementing a dialog to show the output of the hg diff command process.</td> |
|
141 </tr> |
|
142 <tr> |
|
143 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html">HgDiffGenerator</a></td> |
|
144 <td>Module implementing a class to generate the output of the hg diff command.</td> |
|
145 </tr> |
|
146 <tr> |
|
147 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgDiffHighlighter.html">HgDiffHighlighter</a></td> |
|
148 <td>Module implementing a syntax highlighter for unified and context diff outputs.</td> |
|
149 </tr> |
|
150 <tr> |
|
151 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html">HgExportDialog</a></td> |
|
152 <td>Module implementing a dialog to enter data for the Mercurial export command.</td> |
|
153 </tr> |
|
154 <tr> |
|
155 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgExtension.html">HgExtension</a></td> |
|
156 <td>Module implementing the base class for Mercurial extension interfaces.</td> |
|
157 </tr> |
|
158 <tr> |
|
159 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.html">HgExtensionProjectBrowserHelper</a></td> |
|
160 <td>Module implementing the project browser helper base for Mercurial extension interfaces.</td> |
|
161 </tr> |
|
162 <tr> |
|
163 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html">HgExtensionProjectHelper</a></td> |
|
164 <td>Module implementing the project helper base for Mercurial extension interfaces.</td> |
|
165 </tr> |
|
166 <tr> |
|
167 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html">HgGraftDialog</a></td> |
|
168 <td>Module implementing a dialog to enter the data for a graft session.</td> |
|
169 </tr> |
|
170 <tr> |
|
171 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html">HgImportDialog</a></td> |
|
172 <td>Module implementing a dialog to enter data for the Mercurial import command.</td> |
|
173 </tr> |
|
174 <tr> |
|
175 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html">HgLogBrowserDialog</a></td> |
|
176 <td>Module implementing a dialog to browse the log history.</td> |
|
177 </tr> |
|
178 <tr> |
|
179 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html">HgMergeDialog</a></td> |
|
180 <td>Module implementing a dialog to enter the data for a merge operation.</td> |
|
181 </tr> |
|
182 <tr> |
|
183 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html">HgNewProjectOptionsDialog</a></td> |
|
184 <td>Module implementing the Mercurial Options Dialog for a new project from the repository.</td> |
|
185 </tr> |
|
186 <tr> |
|
187 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html">HgOptionsDialog</a></td> |
|
188 <td>Module implementing a dialog to enter options used to start a project in the VCS.</td> |
|
189 </tr> |
|
190 <tr> |
|
191 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html">HgPhaseDialog</a></td> |
|
192 <td>Module implementing a dialog to enter data for the Mercurial Phase operation.</td> |
|
193 </tr> |
|
194 <tr> |
|
195 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.html">HgRemoveSubrepositoriesDialog</a></td> |
|
196 <td>Module implementing a dialog to remove sub-repositories.</td> |
|
197 </tr> |
|
198 <tr> |
|
199 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html">HgRepoConfigDataDialog</a></td> |
|
200 <td>Module implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td> |
|
201 </tr> |
|
202 <tr> |
|
203 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html">HgRevisionSelectionDialog</a></td> |
|
204 <td>Module implementing a dialog to select a revision.</td> |
|
205 </tr> |
|
206 <tr> |
|
207 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html">HgRevisionsSelectionDialog</a></td> |
|
208 <td>Module implementing a dialog to enter the revisions for the hg diff command.</td> |
|
209 </tr> |
|
210 <tr> |
|
211 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html">HgServeDialog</a></td> |
|
212 <td>Module implementing a dialog for the Mercurial server.</td> |
|
213 </tr> |
|
214 <tr> |
|
215 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html">HgStatusDialog</a></td> |
|
216 <td>Module implementing a dialog to show the output of the hg status command process.</td> |
|
217 </tr> |
|
218 <tr> |
|
219 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html">HgStatusMonitorThread</a></td> |
|
220 <td>Module implementing the VCS status monitor thread class for Mercurial.</td> |
|
221 </tr> |
|
222 <tr> |
|
223 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html">HgSummaryDialog</a></td> |
|
224 <td>Module implementing a dialog to show some summary information of the working directory state.</td> |
|
225 </tr> |
|
226 <tr> |
|
227 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html">HgTagBranchListDialog</a></td> |
|
228 <td>Module implementing a dialog to show a list of tags or branches.</td> |
|
229 </tr> |
|
230 <tr> |
|
231 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html">HgTagDialog</a></td> |
|
232 <td>Module implementing a dialog to enter the data for a tagging operation.</td> |
|
233 </tr> |
|
234 <tr> |
|
235 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html">HgUserConfigDialog</a></td> |
|
236 <td>Module implementing a dialog to enter some user data.</td> |
|
237 </tr> |
|
238 <tr> |
|
239 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html">HgUserConfigHostFingerprintDialog</a></td> |
|
240 <td>Module implementing a dialog to edit a host fingerprint.</td> |
|
241 </tr> |
|
242 <tr> |
|
243 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.html">HgUserConfigHostMinimumProtocolDialog</a></td> |
|
244 <td>Module implementing a dialog to enter the minimum protocol for a host.</td> |
|
245 </tr> |
|
246 <tr> |
|
247 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html">HgUtilities</a></td> |
|
248 <td>Module implementing some common utility functions for the Mercurial package.</td> |
|
249 </tr> |
|
250 <tr> |
|
251 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
252 <td>Module implementing the VCS project browser helper for Mercurial.</td> |
|
253 </tr> |
|
254 <tr> |
|
255 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html">ProjectHelper</a></td> |
|
256 <td>Module implementing the VCS project helper for Mercurial.</td> |
|
257 </tr> |
|
258 <tr> |
|
259 <td><a href="eric7.Plugins.VcsPlugins.vcsMercurial.hg.html">hg</a></td> |
|
260 <td>Module implementing the version control systems interface to Mercurial.</td> |
|
261 </tr> |
|
262 </table> |
|
263 </body></html> |