eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.histedit.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
122 <dd> 122 <dd>
123 file/directory name 123 file/directory name
124 </dd> 124 </dd>
125 </dl> 125 </dl>
126 <dl> 126 <dl>
127 <dt>Returns:</dt> 127 <dt>Return:</dt>
128 <dd> 128 <dd>
129 flag indicating that the project should be reread 129 flag indicating that the project should be reread
130 </dd> 130 </dd>
131 </dl> 131 </dl>
132 <dl> 132 <dl>
135 bool 135 bool
136 </dd> 136 </dd>
137 </dl> 137 </dl>
138 <a NAME="Histedit.hgHisteditContinue" ID="Histedit.hgHisteditContinue"></a> 138 <a NAME="Histedit.hgHisteditContinue" ID="Histedit.hgHisteditContinue"></a>
139 <h4>Histedit.hgHisteditContinue</h4> 139 <h4>Histedit.hgHisteditContinue</h4>
140 <b>hgHisteditContinue</b>(<i>name</i>) 140 <b>hgHisteditContinue</b>(<i></i>)
141 141
142 <p> 142 <p>
143 Public method to continue an interrupted histedit session. 143 Public method to continue an interrupted histedit session.
144 </p> 144 </p>
145 <dl> 145 <dl>
146 146 <dt>Return:</dt>
147 <dt><i>name</i> (str)</dt>
148 <dd>
149 file/directory name
150 </dd>
151 </dl>
152 <dl>
153 <dt>Returns:</dt>
154 <dd> 147 <dd>
155 flag indicating that the project should be reread 148 flag indicating that the project should be reread
156 </dd> 149 </dd>
157 </dl> 150 </dl>
158 <dl> 151 <dl>
161 bool 154 bool
162 </dd> 155 </dd>
163 </dl> 156 </dl>
164 <a NAME="Histedit.hgHisteditEditPlan" ID="Histedit.hgHisteditEditPlan"></a> 157 <a NAME="Histedit.hgHisteditEditPlan" ID="Histedit.hgHisteditEditPlan"></a>
165 <h4>Histedit.hgHisteditEditPlan</h4> 158 <h4>Histedit.hgHisteditEditPlan</h4>
166 <b>hgHisteditEditPlan</b>(<i>name</i>) 159 <b>hgHisteditEditPlan</b>(<i></i>)
167 160
168 <p> 161 <p>
169 Public method to edit the remaining actions list of an interrupted 162 Public method to edit the remaining actions list of an interrupted
170 histedit session. 163 histedit session.
171 </p> 164 </p>
172 <dl> 165 <dl>
173 166 <dt>Return:</dt>
174 <dt><i>name</i> (str)</dt>
175 <dd>
176 file/directory name
177 </dd>
178 </dl>
179 <dl>
180 <dt>Returns:</dt>
181 <dd> 167 <dd>
182 flag indicating that the project should be reread 168 flag indicating that the project should be reread
183 </dd> 169 </dd>
184 </dl> 170 </dl>
185 <dl> 171 <dl>
188 bool 174 bool
189 </dd> 175 </dd>
190 </dl> 176 </dl>
191 <a NAME="Histedit.hgHisteditStart" ID="Histedit.hgHisteditStart"></a> 177 <a NAME="Histedit.hgHisteditStart" ID="Histedit.hgHisteditStart"></a>
192 <h4>Histedit.hgHisteditStart</h4> 178 <h4>Histedit.hgHisteditStart</h4>
193 <b>hgHisteditStart</b>(<i>name, rev=""</i>) 179 <b>hgHisteditStart</b>(<i>rev=""</i>)
194 180
195 <p> 181 <p>
196 Public method to start a histedit session. 182 Public method to start a histedit session.
197 </p> 183 </p>
198 <dl> 184 <dl>
199 185
200 <dt><i>name</i> (str)</dt> 186 <dt><i>rev</i> (str)</dt>
201 <dd>
202 file/directory name
203 </dd>
204 <dt><i>rev=</i> (str)</dt>
205 <dd> 187 <dd>
206 revision to start histedit at 188 revision to start histedit at
207 </dd> 189 </dd>
208 </dl> 190 </dl>
209 <dl> 191 <dl>
210 <dt>Returns:</dt> 192 <dt>Return:</dt>
211 <dd> 193 <dd>
212 flag indicating that the project should be reread 194 flag indicating that the project should be reread
213 </dd> 195 </dd>
214 </dl> 196 </dl>
215 <dl> 197 <dl>

eric ide

mercurial