|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.histedit</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 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.histedit</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the histedit extension interface. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#Histedit">Histedit</a></td> |
|
39 <td>Class implementing the histedit extension interface.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="Histedit" ID="Histedit"></a> |
|
50 <h2>Histedit</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing the histedit extension interface. |
|
54 </p> |
|
55 <h3>Derived from</h3> |
|
56 HgExtension |
|
57 <h3>Class Attributes</h3> |
|
58 |
|
59 <table> |
|
60 <tr><td>None</td></tr> |
|
61 </table> |
|
62 <h3>Class Methods</h3> |
|
63 |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
|
67 <h3>Methods</h3> |
|
68 |
|
69 <table> |
|
70 |
|
71 <tr> |
|
72 <td><a href="#Histedit.__init__">Histedit</a></td> |
|
73 <td>Constructor</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#Histedit.hgHisteditAbort">hgHisteditAbort</a></td> |
|
77 <td>Public method to abort an interrupted histedit session.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#Histedit.hgHisteditContinue">hgHisteditContinue</a></td> |
|
81 <td>Public method to continue an interrupted histedit session.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#Histedit.hgHisteditEditPlan">hgHisteditEditPlan</a></td> |
|
85 <td>Public method to edit the remaining actions list of an interrupted histedit session.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#Histedit.hgHisteditStart">hgHisteditStart</a></td> |
|
89 <td>Public method to start a histedit session.</td> |
|
90 </tr> |
|
91 </table> |
|
92 <h3>Static Methods</h3> |
|
93 |
|
94 <table> |
|
95 <tr><td>None</td></tr> |
|
96 </table> |
|
97 |
|
98 <a NAME="Histedit.__init__" ID="Histedit.__init__"></a> |
|
99 <h4>Histedit (Constructor)</h4> |
|
100 <b>Histedit</b>(<i>vcs</i>) |
|
101 |
|
102 <p> |
|
103 Constructor |
|
104 </p> |
|
105 <dl> |
|
106 |
|
107 <dt><i>vcs</i> (Hg)</dt> |
|
108 <dd> |
|
109 reference to the Mercurial vcs object |
|
110 </dd> |
|
111 </dl> |
|
112 <a NAME="Histedit.hgHisteditAbort" ID="Histedit.hgHisteditAbort"></a> |
|
113 <h4>Histedit.hgHisteditAbort</h4> |
|
114 <b>hgHisteditAbort</b>(<i>name</i>) |
|
115 |
|
116 <p> |
|
117 Public method to abort an interrupted histedit session. |
|
118 </p> |
|
119 <dl> |
|
120 |
|
121 <dt><i>name</i> (str)</dt> |
|
122 <dd> |
|
123 file/directory name |
|
124 </dd> |
|
125 </dl> |
|
126 <dl> |
|
127 <dt>Return:</dt> |
|
128 <dd> |
|
129 flag indicating that the project should be reread |
|
130 </dd> |
|
131 </dl> |
|
132 <dl> |
|
133 <dt>Return Type:</dt> |
|
134 <dd> |
|
135 bool |
|
136 </dd> |
|
137 </dl> |
|
138 <a NAME="Histedit.hgHisteditContinue" ID="Histedit.hgHisteditContinue"></a> |
|
139 <h4>Histedit.hgHisteditContinue</h4> |
|
140 <b>hgHisteditContinue</b>(<i></i>) |
|
141 |
|
142 <p> |
|
143 Public method to continue an interrupted histedit session. |
|
144 </p> |
|
145 <dl> |
|
146 <dt>Return:</dt> |
|
147 <dd> |
|
148 flag indicating that the project should be reread |
|
149 </dd> |
|
150 </dl> |
|
151 <dl> |
|
152 <dt>Return Type:</dt> |
|
153 <dd> |
|
154 bool |
|
155 </dd> |
|
156 </dl> |
|
157 <a NAME="Histedit.hgHisteditEditPlan" ID="Histedit.hgHisteditEditPlan"></a> |
|
158 <h4>Histedit.hgHisteditEditPlan</h4> |
|
159 <b>hgHisteditEditPlan</b>(<i></i>) |
|
160 |
|
161 <p> |
|
162 Public method to edit the remaining actions list of an interrupted |
|
163 histedit session. |
|
164 </p> |
|
165 <dl> |
|
166 <dt>Return:</dt> |
|
167 <dd> |
|
168 flag indicating that the project should be reread |
|
169 </dd> |
|
170 </dl> |
|
171 <dl> |
|
172 <dt>Return Type:</dt> |
|
173 <dd> |
|
174 bool |
|
175 </dd> |
|
176 </dl> |
|
177 <a NAME="Histedit.hgHisteditStart" ID="Histedit.hgHisteditStart"></a> |
|
178 <h4>Histedit.hgHisteditStart</h4> |
|
179 <b>hgHisteditStart</b>(<i>rev=""</i>) |
|
180 |
|
181 <p> |
|
182 Public method to start a histedit session. |
|
183 </p> |
|
184 <dl> |
|
185 |
|
186 <dt><i>rev</i> (str)</dt> |
|
187 <dd> |
|
188 revision to start histedit at |
|
189 </dd> |
|
190 </dl> |
|
191 <dl> |
|
192 <dt>Return:</dt> |
|
193 <dd> |
|
194 flag indicating that the project should be reread |
|
195 </dd> |
|
196 </dl> |
|
197 <dl> |
|
198 <dt>Return Type:</dt> |
|
199 <dd> |
|
200 bool |
|
201 </dd> |
|
202 </dl> |
|
203 <div align="right"><a href="#top">Up</a></div> |
|
204 <hr /> |
|
205 </body></html> |