7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
135 | 135 |
136 <p> | 136 <p> |
137 Private method to get the list of shelved changes. | 137 Private method to get the list of shelved changes. |
138 </p> | 138 </p> |
139 <dl> | 139 <dl> |
140 <dt>Returns:</dt> | 140 <dt>Return:</dt> |
141 <dd> | 141 <dd> |
142 list of shelved changes (list of string) | 142 list of shelved changes (list of string) |
143 </dd> | 143 </dd> |
144 </dl> | 144 </dl> |
145 <a NAME="Shelve.hgCleanupShelves" ID="Shelve.hgCleanupShelves"></a> | 145 <a NAME="Shelve.hgCleanupShelves" ID="Shelve.hgCleanupShelves"></a> |
177 directory or file name (string) or list of directory | 177 directory or file name (string) or list of directory |
178 or file names (list of string) | 178 or file names (list of string) |
179 </dd> | 179 </dd> |
180 </dl> | 180 </dl> |
181 <dl> | 181 <dl> |
182 <dt>Returns:</dt> | 182 <dt>Return:</dt> |
183 <dd> | 183 <dd> |
184 flag indicating that the project should be reread (boolean) | 184 flag indicating that the project should be reread (boolean) |
185 </dd> | 185 </dd> |
186 </dl> | 186 </dl> |
187 <a NAME="Shelve.hgShelveBrowser" ID="Shelve.hgShelveBrowser"></a> | 187 <a NAME="Shelve.hgShelveBrowser" ID="Shelve.hgShelveBrowser"></a> |
204 <dd> | 204 <dd> |
205 name of the shelve to restore (string) | 205 name of the shelve to restore (string) |
206 </dd> | 206 </dd> |
207 </dl> | 207 </dl> |
208 <dl> | 208 <dl> |
209 <dt>Returns:</dt> | 209 <dt>Return:</dt> |
210 <dd> | 210 <dd> |
211 flag indicating that the project should be reread (boolean) | 211 flag indicating that the project should be reread (boolean) |
212 </dd> | 212 </dd> |
213 </dl> | 213 </dl> |
214 <a NAME="Shelve.hgUnshelveAbort" ID="Shelve.hgUnshelveAbort"></a> | 214 <a NAME="Shelve.hgUnshelveAbort" ID="Shelve.hgUnshelveAbort"></a> |
217 | 217 |
218 <p> | 218 <p> |
219 Public method to abort the ongoing restore operation. | 219 Public method to abort the ongoing restore operation. |
220 </p> | 220 </p> |
221 <dl> | 221 <dl> |
222 <dt>Returns:</dt> | 222 <dt>Return:</dt> |
223 <dd> | 223 <dd> |
224 flag indicating that the project should be reread (boolean) | 224 flag indicating that the project should be reread (boolean) |
225 </dd> | 225 </dd> |
226 </dl> | 226 </dl> |
227 <a NAME="Shelve.hgUnshelveContinue" ID="Shelve.hgUnshelveContinue"></a> | 227 <a NAME="Shelve.hgUnshelveContinue" ID="Shelve.hgUnshelveContinue"></a> |
230 | 230 |
231 <p> | 231 <p> |
232 Public method to continue the ongoing restore operation. | 232 Public method to continue the ongoing restore operation. |
233 </p> | 233 </p> |
234 <dl> | 234 <dl> |
235 <dt>Returns:</dt> | 235 <dt>Return:</dt> |
236 <dd> | 236 <dd> |
237 flag indicating that the project should be reread (boolean) | 237 flag indicating that the project should be reread (boolean) |
238 </dd> | 238 </dd> |
239 </dl> | 239 </dl> |
240 <a NAME="Shelve.shutdown" ID="Shelve.shutdown"></a> | 240 <a NAME="Shelve.shutdown" ID="Shelve.shutdown"></a> |