##// END OF EJS Templates
Improve bash_completion for patches in MQ
"Mathieu Clabaut " -
r2695:c995d683 default
parent child Browse files
Show More
@@ -288,7 +288,7 b' complete -o bashdefault -o default -F _h'
288
288
289 _hg_cmd_qdelete()
289 _hg_cmd_qdelete()
290 {
290 {
291 _hg_ext_mq_patchlist qseries
291 _hg_ext_mq_patchlist qunapplied
292 }
292 }
293
293
294 _hg_cmd_qsave()
294 _hg_cmd_qsave()
@@ -313,6 +313,11 b' complete -o bashdefault -o default -F _h'
313 COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$files' -- "$cur"))
313 COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$files' -- "$cur"))
314 }
314 }
315
315
316 _hg_cmd_export()
317 {
318 _hg_ext_mq_patchlist qapplied
319 }
320
316
321
317 # hbisect
322 # hbisect
318 _hg_cmd_bisect()
323 _hg_cmd_bisect()
General Comments 0
You need to be logged in to leave comments. Login now