eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
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> 139 <dl>
140 140 <dt>Return:</dt>
141 <dt><i>repodir</i></dt>
142 <dd>
143 directory name of the repository (string)
144 </dd>
145 </dl>
146 <dl>
147 <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>
195 directory or file name (string) or list of directory 177 directory or file name (string) or list of directory
196 or file names (list of string) 178 or file names (list of string)
197 </dd> 179 </dd>
198 </dl> 180 </dl>
199 <dl> 181 <dl>
200 <dt>Returns:</dt> 182 <dt>Return:</dt>
201 <dd> 183 <dd>
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> 203 <dt><i>shelveName</i></dt>
229 <dd>
230 name of the project directory (string)
231 </dd>
232 <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>
237 <dl> 208 <dl>
238 <dt>Returns:</dt> 209 <dt>Return:</dt>
239 <dd> 210 <dd>
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> 221 <dl>
251 222 <dt>Return:</dt>
252 <dt><i>name</i></dt>
253 <dd>
254 name of the project directory (string)
255 </dd>
256 </dl>
257 <dl>
258 <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> 234 <dl>
271 235 <dt>Return:</dt>
272 <dt><i>name</i></dt>
273 <dd>
274 name of the project directory (string)
275 </dd>
276 </dl>
277 <dl>
278 <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>
282 </dl> 239 </dl>
283 <a NAME="Shelve.shutdown" ID="Shelve.shutdown"></a> 240 <a NAME="Shelve.shutdown" ID="Shelve.shutdown"></a>

eric ide

mercurial