Show More
@@ -287,14 +287,15 b' Show all commands + options' | |||||
287 | $ cd a |
|
287 | $ cd a | |
288 | $ echo fee > fee |
|
288 | $ echo fee > fee | |
289 | $ hg ci -q -Amfee |
|
289 | $ hg ci -q -Amfee | |
|
290 | $ hg tag fee | |||
290 | $ mkdir fie |
|
291 | $ mkdir fie | |
291 | $ echo dead > fie/dead |
|
292 | $ echo dead > fie/dead | |
292 | $ echo live > fie/live |
|
293 | $ echo live > fie/live | |
293 | $ hg bookmark fo |
|
294 | $ hg bookmark fo | |
294 | $ hg branch fie |
|
295 | $ hg branch -q fie | |
295 | $ hg ci -q -Amfie |
|
296 | $ hg ci -q -Amfie | |
296 | $ echo fo > fo |
|
297 | $ echo fo > fo | |
297 | $ hg branch default |
|
298 | $ hg branch -qf default | |
298 | $ hg ci -q -Amfo |
|
299 | $ hg ci -q -Amfo | |
299 | $ echo Fum > Fum |
|
300 | $ echo Fum > Fum | |
300 | $ hg ci -q -AmFum |
|
301 | $ hg ci -q -AmFum | |
@@ -303,16 +304,33 b' Show all commands + options' | |||||
303 | Test debugpathcomplete |
|
304 | Test debugpathcomplete | |
304 |
|
305 | |||
305 | $ hg debugpathcomplete f |
|
306 | $ hg debugpathcomplete f | |
|
307 | fee | |||
|
308 | fie/ | |||
|
309 | fo | |||
306 | $ hg debugpathcomplete -f f |
|
310 | $ hg debugpathcomplete -f f | |
|
311 | fee | |||
|
312 | fie/dead | |||
|
313 | fie/live | |||
|
314 | fo | |||
307 |
|
315 | |||
308 | $ hg rm Fum |
|
316 | $ hg rm Fum | |
309 | $ hg debugpathcomplete -r F |
|
317 | $ hg debugpathcomplete -r F | |
|
318 | Fum | |||
310 |
|
319 | |||
311 | If one directory and no files match, give an ambiguous answer |
|
320 | If one directory and no files match, give an ambiguous answer | |
312 |
|
321 | |||
313 | $ hg debugpathcomplete fi |
|
322 | $ hg debugpathcomplete fi | |
|
323 | fie/ | |||
|
324 | fie/. | |||
314 |
|
325 | |||
315 | Test debuglabelcomplete |
|
326 | Test debuglabelcomplete | |
316 |
|
327 | |||
317 | $ hg debuglabelcomplete |
|
328 | $ hg debuglabelcomplete | |
|
329 | Fum | |||
|
330 | default | |||
|
331 | fee | |||
|
332 | fo | |||
|
333 | tip | |||
318 | $ hg debuglabelcomplete f |
|
334 | $ hg debuglabelcomplete f | |
|
335 | fee | |||
|
336 | fo |
General Comments 0
You need to be logged in to leave comments.
Login now