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> |
|
146 |
|
147 <dt><i>name</i> (str)</dt> |
|
148 <dd> |
|
149 file/directory name |
|
150 </dd> |
|
151 </dl> |
|
152 <dl> |
145 <dl> |
153 <dt>Returns:</dt> |
146 <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> |
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 |
|
174 <dt><i>name</i> (str)</dt> |
|
175 <dd> |
|
176 file/directory name |
|
177 </dd> |
|
178 </dl> |
|
179 <dl> |
|
180 <dt>Returns:</dt> |
166 <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> |
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> |
|
201 <dd> |
|
202 file/directory name |
|
203 </dd> |
|
204 <dt><i>rev</i> (str)</dt> |
186 <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> |