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