contrib/bash_completion
changeset 9840 18d5935c0c62
parent 9602 fc493cb90bb1
child 10456 64a6a896e5fb
--- a/contrib/bash_completion	Thu Nov 12 13:43:36 2009 +0100
+++ b/contrib/bash_completion	Thu Nov 12 12:46:00 2009 +0100
@@ -355,6 +355,14 @@
     _hg_ext_mq_patchlist $qcmd
 }
 
+_hg_cmd_qfinish()
+{
+    if [[ "$prev" = @(-a|--applied) ]]; then
+	return
+    fi
+    _hg_ext_mq_patchlist qapplied
+}
+
 _hg_cmd_qsave()
 {
     if [[ "$prev" = @(-n|--name) ]]; then