|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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>eric6.Plugins.VcsPlugins.vcsMercurial</h1> |
|
23 <p> |
|
24 Package implementing the vcs interface to Mercurial. |
|
25 </p><p> |
|
26 It consists of the hg class, the project helper classes and some |
|
27 Mercurial specific dialogs. |
|
28 </p> |
|
29 |
|
30 <h3>Packages</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.ConfigurationPage.html">ConfigurationPage</a></td> |
|
34 <td>Package implementing the the Mercurial configuration page.</td> |
|
35 </tr><tr> |
|
36 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.FetchExtension.html">FetchExtension</a></td> |
|
37 <td>Package implementing the fetch extension support interface.</td> |
|
38 </tr><tr> |
|
39 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.html">GpgExtension</a></td> |
|
40 <td>Package implementing the gpg extension support interface.</td> |
|
41 </tr><tr> |
|
42 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.html">LargefilesExtension</a></td> |
|
43 <td>Package implementing the largefiles extension support interface.</td> |
|
44 </tr><tr> |
|
45 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.html">PurgeExtension</a></td> |
|
46 <td>Package implementing the purge extension support interface.</td> |
|
47 </tr><tr> |
|
48 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.html">QueuesExtension</a></td> |
|
49 <td>Package implementing the queues extension support interface.</td> |
|
50 </tr><tr> |
|
51 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.html">RebaseExtension</a></td> |
|
52 <td>Package implementing the rebase extension support interface.</td> |
|
53 </tr><tr> |
|
54 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.html">ShelveExtension</a></td> |
|
55 <td>Package implementing the shelve extension support interface.</td> |
|
56 </tr><tr> |
|
57 <td><a href="index-eric6.Plugins.VcsPlugins.vcsMercurial.TransplantExtension.html">TransplantExtension</a></td> |
|
58 <td>Package implementing the transplant extension support interface.</td> |
|
59 </tr> |
|
60 </table> |
|
61 |
|
62 <h3>Modules</h3> |
|
63 <table> |
|
64 <tr> |
|
65 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.Config.html">Config</a></td> |
|
66 <td>Module defining configuration variables for the Mercurial package.</td> |
|
67 </tr><tr> |
|
68 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html">HgAddSubrepositoryDialog</a></td> |
|
69 <td>Module implementing a dialog to add a sub-repository.</td> |
|
70 </tr><tr> |
|
71 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgAnnotateDialog.html">HgAnnotateDialog</a></td> |
|
72 <td>Module implementing a dialog to show the output of the hg annotate command.</td> |
|
73 </tr><tr> |
|
74 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html">HgArchiveDialog</a></td> |
|
75 <td>Module implementing a dialog to enter the archive data.</td> |
|
76 </tr><tr> |
|
77 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html">HgBackoutDialog</a></td> |
|
78 <td>Module implementing a dialog to enter the data for a backout operation.</td> |
|
79 </tr><tr> |
|
80 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html">HgBookmarkDialog</a></td> |
|
81 <td>Module implementing the bookmark dialog.</td> |
|
82 </tr><tr> |
|
83 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html">HgBookmarkRenameDialog</a></td> |
|
84 <td>Module implementing a dialog to get the data to rename a bookmark.</td> |
|
85 </tr><tr> |
|
86 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksInOutDialog.html">HgBookmarksInOutDialog</a></td> |
|
87 <td>Module implementing a dialog to show a list of incoming or outgoing bookmarks.</td> |
|
88 </tr><tr> |
|
89 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarksListDialog.html">HgBookmarksListDialog</a></td> |
|
90 <td>Module implementing a dialog to show a list of bookmarks.</td> |
|
91 </tr><tr> |
|
92 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.html">HgBranchInputDialog</a></td> |
|
93 <td>Module implementing a dialog to enter the data for a branch operation.</td> |
|
94 </tr><tr> |
|
95 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html">HgBundleDialog</a></td> |
|
96 <td>Module implementing a dialog to enter the data for a bundle operation.</td> |
|
97 </tr><tr> |
|
98 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html">HgClient</a></td> |
|
99 <td>Module implementing an interface to the Mercurial command server.</td> |
|
100 </tr><tr> |
|
101 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html">HgClientPromptDialog</a></td> |
|
102 <td>Module implementing a prompt dialog for the Mercurial command server.</td> |
|
103 </tr><tr> |
|
104 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html">HgCommandDialog</a></td> |
|
105 <td>Module implementing the Mercurial command dialog.</td> |
|
106 </tr><tr> |
|
107 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html">HgCommitDialog</a></td> |
|
108 <td>Module implementing a dialog to enter the commit message.</td> |
|
109 </tr><tr> |
|
110 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgConflictsListDialog.html">HgConflictsListDialog</a></td> |
|
111 <td>Module implementing a dialog to show a list of files which had or still have conflicts.</td> |
|
112 </tr><tr> |
|
113 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html">HgCopyDialog</a></td> |
|
114 <td>Module implementing a dialog to enter the data for a copy or rename operation.</td> |
|
115 </tr><tr> |
|
116 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html">HgDialog</a></td> |
|
117 <td>Module implementing a dialog starting a process and showing its output.</td> |
|
118 </tr><tr> |
|
119 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgDiffDialog.html">HgDiffDialog</a></td> |
|
120 <td>Module implementing a dialog to show the output of the hg diff command process.</td> |
|
121 </tr><tr> |
|
122 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html">HgExportDialog</a></td> |
|
123 <td>Module implementing a dialog to enter data for the Mercurial export command.</td> |
|
124 </tr><tr> |
|
125 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgExtension.html">HgExtension</a></td> |
|
126 <td>Module implementing the base class for Mercurial extension interfaces.</td> |
|
127 </tr><tr> |
|
128 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.html">HgExtensionProjectBrowserHelper</a></td> |
|
129 <td>Module implementing the project browser helper base for Mercurial extension interfaces.</td> |
|
130 </tr><tr> |
|
131 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html">HgExtensionProjectHelper</a></td> |
|
132 <td>Module implementing the project helper base for Mercurial extension interfaces.</td> |
|
133 </tr><tr> |
|
134 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html">HgGraftDialog</a></td> |
|
135 <td>Module implementing a dialog to enter the data for a graft session.</td> |
|
136 </tr><tr> |
|
137 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html">HgImportDialog</a></td> |
|
138 <td>Module implementing a dialog to enter data for the Mercurial import command.</td> |
|
139 </tr><tr> |
|
140 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html">HgLogBrowserDialog</a></td> |
|
141 <td>Module implementing a dialog to browse the log history.</td> |
|
142 </tr><tr> |
|
143 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgLogDialog.html">HgLogDialog</a></td> |
|
144 <td>Module implementing a dialog to show the output of the hg log command process.</td> |
|
145 </tr><tr> |
|
146 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html">HgMergeDialog</a></td> |
|
147 <td>Module implementing a dialog to enter the data for a merge operation.</td> |
|
148 </tr><tr> |
|
149 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgMultiRevisionSelectionDialog.html">HgMultiRevisionSelectionDialog</a></td> |
|
150 <td>Module implementing a dialog to select revisions.</td> |
|
151 </tr><tr> |
|
152 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html">HgNewProjectOptionsDialog</a></td> |
|
153 <td>Module implementing the Mercurial Options Dialog for a new project from the repository.</td> |
|
154 </tr><tr> |
|
155 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html">HgOptionsDialog</a></td> |
|
156 <td>Module implementing a dialog to enter options used to start a project in the VCS.</td> |
|
157 </tr><tr> |
|
158 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html">HgPhaseDialog</a></td> |
|
159 <td>Module implementing a dialog to enter data for the Mercurial Phase operation.</td> |
|
160 </tr><tr> |
|
161 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.html">HgRemoveSubrepositoriesDialog</a></td> |
|
162 <td>Module implementing a dialog to remove sub-repositories.</td> |
|
163 </tr><tr> |
|
164 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html">HgRepoConfigDataDialog</a></td> |
|
165 <td>Module implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td> |
|
166 </tr><tr> |
|
167 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html">HgRevisionSelectionDialog</a></td> |
|
168 <td>Module implementing a dialog to select a revision.</td> |
|
169 </tr><tr> |
|
170 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html">HgRevisionsSelectionDialog</a></td> |
|
171 <td>Module implementing a dialog to enter the revisions for the hg diff command.</td> |
|
172 </tr><tr> |
|
173 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgServeDialog.html">HgServeDialog</a></td> |
|
174 <td>Module implementing a dialog for the Mercurial server.</td> |
|
175 </tr><tr> |
|
176 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html">HgStatusDialog</a></td> |
|
177 <td>Module implementing a dialog to show the output of the hg status command process.</td> |
|
178 </tr><tr> |
|
179 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html">HgStatusMonitorThread</a></td> |
|
180 <td>Module implementing the VCS status monitor thread class for Mercurial.</td> |
|
181 </tr><tr> |
|
182 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgSummaryDialog.html">HgSummaryDialog</a></td> |
|
183 <td>Module implementing a dialog to show some summary information of the working directory state.</td> |
|
184 </tr><tr> |
|
185 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagBranchListDialog.html">HgTagBranchListDialog</a></td> |
|
186 <td>Module implementing a dialog to show a list of tags or branches.</td> |
|
187 </tr><tr> |
|
188 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html">HgTagDialog</a></td> |
|
189 <td>Module implementing a dialog to enter the data for a tagging operation.</td> |
|
190 </tr><tr> |
|
191 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDataDialog.html">HgUserConfigDataDialog</a></td> |
|
192 <td>Module implementing a dialog to enter some user data.</td> |
|
193 </tr><tr> |
|
194 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html">HgUtilities</a></td> |
|
195 <td>Module implementing some common utility functions for the Mercurial package.</td> |
|
196 </tr><tr> |
|
197 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html">ProjectBrowserHelper</a></td> |
|
198 <td>Module implementing the VCS project browser helper for Mercurial.</td> |
|
199 </tr><tr> |
|
200 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html">ProjectHelper</a></td> |
|
201 <td>Module implementing the VCS project helper for Mercurial.</td> |
|
202 </tr><tr> |
|
203 <td><a href="eric6.Plugins.VcsPlugins.vcsMercurial.hg.html">hg</a></td> |
|
204 <td>Module implementing the version control systems interface to Mercurial.</td> |
|
205 </tr> |
|
206 </table> |
|
207 </body></html> |