129 reference to the Mercurial vcs object |
129 reference to the Mercurial vcs object |
130 </dd> |
130 </dd> |
131 </dl> |
131 </dl> |
132 <a NAME="Shelve.__hgGetShelveNamesList" ID="Shelve.__hgGetShelveNamesList"></a> |
132 <a NAME="Shelve.__hgGetShelveNamesList" ID="Shelve.__hgGetShelveNamesList"></a> |
133 <h4>Shelve.__hgGetShelveNamesList</h4> |
133 <h4>Shelve.__hgGetShelveNamesList</h4> |
134 <b>__hgGetShelveNamesList</b>(<i>repodir</i>) |
134 <b>__hgGetShelveNamesList</b>(<i></i>) |
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> |
|
140 |
|
141 <dt><i>repodir</i></dt> |
|
142 <dd> |
|
143 directory name of the repository (string) |
|
144 </dd> |
|
145 </dl> |
|
146 <dl> |
139 <dl> |
147 <dt>Returns:</dt> |
140 <dt>Returns:</dt> |
148 <dd> |
141 <dd> |
149 list of shelved changes (list of string) |
142 list of shelved changes (list of string) |
150 </dd> |
143 </dd> |
151 </dl> |
144 </dl> |
152 <a NAME="Shelve.hgCleanupShelves" ID="Shelve.hgCleanupShelves"></a> |
145 <a NAME="Shelve.hgCleanupShelves" ID="Shelve.hgCleanupShelves"></a> |
153 <h4>Shelve.hgCleanupShelves</h4> |
146 <h4>Shelve.hgCleanupShelves</h4> |
154 <b>hgCleanupShelves</b>(<i>name</i>) |
147 <b>hgCleanupShelves</b>(<i></i>) |
155 |
148 |
156 <p> |
149 <p> |
157 Public method to delete all shelves. |
150 Public method to delete all shelves. |
158 </p> |
151 </p> |
159 <dl> |
|
160 |
|
161 <dt><i>name</i></dt> |
|
162 <dd> |
|
163 name of the project directory (string) |
|
164 </dd> |
|
165 </dl> |
|
166 <a NAME="Shelve.hgDeleteShelves" ID="Shelve.hgDeleteShelves"></a> |
152 <a NAME="Shelve.hgDeleteShelves" ID="Shelve.hgDeleteShelves"></a> |
167 <h4>Shelve.hgDeleteShelves</h4> |
153 <h4>Shelve.hgDeleteShelves</h4> |
168 <b>hgDeleteShelves</b>(<i>name, shelveNames=None</i>) |
154 <b>hgDeleteShelves</b>(<i>shelveNames=None</i>) |
169 |
155 |
170 <p> |
156 <p> |
171 Public method to delete named shelves. |
157 Public method to delete named shelves. |
172 </p> |
158 </p> |
173 <dl> |
159 <dl> |
174 |
160 |
175 <dt><i>name</i></dt> |
|
176 <dd> |
|
177 name of the project directory (string) |
|
178 </dd> |
|
179 <dt><i>shelveNames</i></dt> |
161 <dt><i>shelveNames</i></dt> |
180 <dd> |
162 <dd> |
181 name of shelves to delete (list of string) |
163 name of shelves to delete (list of string) |
182 </dd> |
164 </dd> |
183 </dl> |
165 </dl> |
202 flag indicating that the project should be reread (boolean) |
184 flag indicating that the project should be reread (boolean) |
203 </dd> |
185 </dd> |
204 </dl> |
186 </dl> |
205 <a NAME="Shelve.hgShelveBrowser" ID="Shelve.hgShelveBrowser"></a> |
187 <a NAME="Shelve.hgShelveBrowser" ID="Shelve.hgShelveBrowser"></a> |
206 <h4>Shelve.hgShelveBrowser</h4> |
188 <h4>Shelve.hgShelveBrowser</h4> |
207 <b>hgShelveBrowser</b>(<i>projectDir</i>) |
189 <b>hgShelveBrowser</b>(<i></i>) |
208 |
190 |
209 <p> |
191 <p> |
210 Public method to show the shelve browser dialog. |
192 Public method to show the shelve browser dialog. |
211 </p> |
193 </p> |
212 <dl> |
|
213 |
|
214 <dt><i>projectDir</i></dt> |
|
215 <dd> |
|
216 name of the project directory (string) |
|
217 </dd> |
|
218 </dl> |
|
219 <a NAME="Shelve.hgUnshelve" ID="Shelve.hgUnshelve"></a> |
194 <a NAME="Shelve.hgUnshelve" ID="Shelve.hgUnshelve"></a> |
220 <h4>Shelve.hgUnshelve</h4> |
195 <h4>Shelve.hgUnshelve</h4> |
221 <b>hgUnshelve</b>(<i>name, shelveName=""</i>) |
196 <b>hgUnshelve</b>(<i>shelveName=""</i>) |
222 |
197 |
223 <p> |
198 <p> |
224 Public method to restore shelved changes to the project directory. |
199 Public method to restore shelved changes to the project directory. |
225 </p> |
200 </p> |
226 <dl> |
201 <dl> |
227 |
202 |
228 <dt><i>name</i></dt> |
|
229 <dd> |
|
230 name of the project directory (string) |
|
231 </dd> |
|
232 <dt><i>shelveName</i></dt> |
203 <dt><i>shelveName</i></dt> |
233 <dd> |
204 <dd> |
234 name of the shelve to restore (string) |
205 name of the shelve to restore (string) |
235 </dd> |
206 </dd> |
236 </dl> |
207 </dl> |
240 flag indicating that the project should be reread (boolean) |
211 flag indicating that the project should be reread (boolean) |
241 </dd> |
212 </dd> |
242 </dl> |
213 </dl> |
243 <a NAME="Shelve.hgUnshelveAbort" ID="Shelve.hgUnshelveAbort"></a> |
214 <a NAME="Shelve.hgUnshelveAbort" ID="Shelve.hgUnshelveAbort"></a> |
244 <h4>Shelve.hgUnshelveAbort</h4> |
215 <h4>Shelve.hgUnshelveAbort</h4> |
245 <b>hgUnshelveAbort</b>(<i>name</i>) |
216 <b>hgUnshelveAbort</b>(<i></i>) |
246 |
217 |
247 <p> |
218 <p> |
248 Public method to abort the ongoing restore operation. |
219 Public method to abort the ongoing restore operation. |
249 </p> |
220 </p> |
250 <dl> |
|
251 |
|
252 <dt><i>name</i></dt> |
|
253 <dd> |
|
254 name of the project directory (string) |
|
255 </dd> |
|
256 </dl> |
|
257 <dl> |
221 <dl> |
258 <dt>Returns:</dt> |
222 <dt>Returns:</dt> |
259 <dd> |
223 <dd> |
260 flag indicating that the project should be reread (boolean) |
224 flag indicating that the project should be reread (boolean) |
261 </dd> |
225 </dd> |
262 </dl> |
226 </dl> |
263 <a NAME="Shelve.hgUnshelveContinue" ID="Shelve.hgUnshelveContinue"></a> |
227 <a NAME="Shelve.hgUnshelveContinue" ID="Shelve.hgUnshelveContinue"></a> |
264 <h4>Shelve.hgUnshelveContinue</h4> |
228 <h4>Shelve.hgUnshelveContinue</h4> |
265 <b>hgUnshelveContinue</b>(<i>name</i>) |
229 <b>hgUnshelveContinue</b>(<i></i>) |
266 |
230 |
267 <p> |
231 <p> |
268 Public method to continue the ongoing restore operation. |
232 Public method to continue the ongoing restore operation. |
269 </p> |
233 </p> |
270 <dl> |
|
271 |
|
272 <dt><i>name</i></dt> |
|
273 <dd> |
|
274 name of the project directory (string) |
|
275 </dd> |
|
276 </dl> |
|
277 <dl> |
234 <dl> |
278 <dt>Returns:</dt> |
235 <dt>Returns:</dt> |
279 <dd> |
236 <dd> |
280 flag indicating that the project should be reread (boolean) |
237 flag indicating that the project should be reread (boolean) |
281 </dd> |
238 </dd> |