aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/darcs.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-26 11:23:21 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-26 11:23:21 +1000
commit11c2ec91d4fe192b067880d430c562e8e160b4ca (patch)
treeae8d53f28aec01398e0d63d9fc587910b778c978 /share/completions/darcs.fish
parentcc6f133368d20d35ec557975e48c2d29d5548e56 (diff)
Update make_mercurial_completions.fish to also handle cvs. Correct bug causing issues in darcs completions.
darcs-hash:20070126012321-ac50b-caa9749f5e844ce5d06d84f2c38e282049369ed1.gz
Diffstat (limited to 'share/completions/darcs.fish')
-rw-r--r--share/completions/darcs.fish142
1 files changed, 71 insertions, 71 deletions
diff --git a/share/completions/darcs.fish b/share/completions/darcs.fish
index a4fc4478..d9791e68 100644
--- a/share/completions/darcs.fish
+++ b/share/completions/darcs.fish
@@ -58,7 +58,7 @@ complete -c darcs -n 'contains help (commandline -poc)' -s v -l verbose --descri
complete -c darcs -n 'contains help (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
complete -c darcs -n 'contains help (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains help (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains help (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains help (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains help (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains help (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains help (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -77,11 +77,11 @@ complete -c darcs -n 'contains add (commandline -poc)' -l no-date-trick --descri
complete -c darcs -n 'contains add (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains add (commandline -poc)' -s q -l quiet --description 'Suppress informational output'
complete -c darcs -n 'contains add (commandline -poc)' -l standard-verbosity --description 'Neither verbose nor quiet output'
-complete -c darcs -n 'contains add (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains add (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains add (commandline -poc)' -l dry-run --description 'Don\'t actually take the action'
complete -c darcs -n 'contains add (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains add (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains add (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains add (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains add (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains add (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains add (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -93,10 +93,10 @@ complete -c darcs -n 'contains add (commandline -poc)' -l run-posthook --descrip
complete -c darcs -n 'contains remove (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains remove (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains remove (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains remove (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains remove (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains remove (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains remove (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains remove (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains remove (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains remove (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains remove (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -109,10 +109,10 @@ complete -c darcs -n 'contains remove (commandline -poc)' -l run-posthook --desc
complete -c darcs -n 'contains mv (commandline -poc)' -l case-ok --description 'Don\'t refuse to add files differing only in case'
complete -c darcs -n 'contains mv (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains mv (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains mv (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains mv (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains mv (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains mv (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains mv (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains mv (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains mv (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains mv (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains mv (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -127,10 +127,10 @@ complete -c darcs -n 'contains replace (commandline -poc)' -s f -l force --descr
complete -c darcs -n 'contains replace (commandline -poc)' -l no-force --description 'Don\'t force the replace if it looks scary'
complete -c darcs -n 'contains replace (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains replace (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains replace (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains replace (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains replace (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains replace (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains replace (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains replace (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains replace (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains replace (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains replace (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -145,10 +145,10 @@ complete -c darcs -n 'contains revert (commandline -poc)' -l standard-verbosity
complete -c darcs -n 'contains revert (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
complete -c darcs -n 'contains revert (commandline -poc)' -s a -l all --description 'Answer yes to all patches'
complete -c darcs -n 'contains revert (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
-complete -c darcs -n 'contains revert (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains revert (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains revert (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains revert (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains revert (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains revert (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains revert (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains revert (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains revert (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -163,10 +163,10 @@ complete -c darcs -n 'contains unrevert (commandline -poc)' -l standard-verbosit
complete -c darcs -n 'contains unrevert (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
complete -c darcs -n 'contains unrevert (commandline -poc)' -s a -l all --description 'Answer yes to all patches'
complete -c darcs -n 'contains unrevert (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
-complete -c darcs -n 'contains unrevert (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains unrevert (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains unrevert (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains unrevert (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains unrevert (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains unrevert (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains unrevert (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains unrevert (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains unrevert (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -185,10 +185,10 @@ complete -c darcs -n 'contains whatsnew (commandline -poc)' -l ignore-times --de
complete -c darcs -n 'contains whatsnew (commandline -poc)' -s l -l look-for-adds --description 'In addition to modifications, look for files that are not boring, and thus are potentially pending addition'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -l dont-look-for-adds --description 'Don\'t look for any files or directories that could be added, and don\'t add them automatically'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -l boring --description 'Don\'t skip boring files'
-complete -c darcs -n 'contains whatsnew (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains whatsnew (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains whatsnew (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains whatsnew (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains whatsnew (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -219,10 +219,10 @@ complete -c darcs -n 'contains record (commandline -poc)' -l prompt-long-comment
complete -c darcs -n 'contains record (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
complete -c darcs -n 'contains record (commandline -poc)' -s l -l look-for-adds --description 'In addition to modifications, look for files that are not boring, and thus are potentially pending addition'
complete -c darcs -n 'contains record (commandline -poc)' -l dont-look-for-adds --description 'Don\'t look for any files or directories that could be added, and don\'t add them automatically'
-complete -c darcs -n 'contains record (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains record (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains record (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains record (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains record (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains record (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains record (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains record (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains record (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -241,10 +241,10 @@ complete -c darcs -n 'contains unrecord (commandline -poc)' -s v -l verbose --de
complete -c darcs -n 'contains unrecord (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
complete -c darcs -n 'contains unrecord (commandline -poc)' -l compress --description 'Create compressed patches'
complete -c darcs -n 'contains unrecord (commandline -poc)' -l dont-compress --description 'Don\'t create compressed patches'
-complete -c darcs -n 'contains unrecord (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains unrecord (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains unrecord (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains unrecord (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains unrecord (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains unrecord (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains unrecord (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains unrecord (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains unrecord (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -268,10 +268,10 @@ complete -c darcs -n 'contains amend-record (commandline -poc)' -s i -l interact
complete -c darcs -n 'contains amend-record (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
complete -c darcs -n 'contains amend-record (commandline -poc)' -s l -l look-for-adds --description 'In addition to modifications, look for files that are not boring, and thus are potentially pending addition'
complete -c darcs -n 'contains amend-record (commandline -poc)' -l dont-look-for-adds --description 'Don\'t look for any files or directories that could be added, and don\'t add them automatically'
-complete -c darcs -n 'contains amend-record (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains amend-record (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains amend-record (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains amend-record (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains amend-record (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains amend-record (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains amend-record (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains amend-record (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains amend-record (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -284,10 +284,10 @@ complete -c darcs -n 'contains amend-record (commandline -poc)' -l run-posthook
complete -c darcs -n 'contains resolve (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains resolve (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
complete -c darcs -n 'contains resolve (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
-complete -c darcs -n 'contains resolve (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains resolve (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains resolve (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains resolve (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains resolve (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains resolve (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains resolve (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains resolve (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains resolve (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -304,10 +304,10 @@ complete -c darcs -n 'contains tag (commandline -poc)' -l pipe --description 'Ex
complete -c darcs -n 'contains tag (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
complete -c darcs -n 'contains tag (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains tag (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains tag (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains tag (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains tag (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains tag (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains tag (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains tag (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains tag (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains tag (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains tag (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -317,10 +317,10 @@ complete -c darcs -n 'contains tag (commandline -poc)' -l run-posthook --descrip
# Completions for the 'setpref' subcommand
#
-complete -c darcs -n 'contains setpref (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains setpref (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains setpref (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains setpref (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains setpref (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains setpref (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains setpref (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains setpref (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains setpref (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -335,10 +335,10 @@ complete -c darcs -n 'contains rollback (commandline -poc)' -l compress --descri
complete -c darcs -n 'contains rollback (commandline -poc)' -l dont-compress --description 'Don\'t create compressed patches'
complete -c darcs -n 'contains rollback (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains rollback (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains rollback (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains rollback (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains rollback (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains rollback (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains rollback (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains rollback (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains rollback (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains rollback (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains rollback (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -356,13 +356,13 @@ complete -c darcs -n 'contains diff (commandline -poc)' -l from-patch -x --descr
complete -c darcs -n 'contains diff (commandline -poc)' -l from-tag -x --description 'Select changes starting with a tag matching REGEXP'
complete -c darcs -n 'contains diff (commandline -poc)' -l match -x --description 'Select a single patch matching PATTERN'
complete -c darcs -n 'contains diff (commandline -poc)' -l last -x --description 'Select the last NUMBER patches'
-complete -c darcs -n 'contains diff (commandline -poc)' -l diff-command -x -a (__fish_complete_command) --description 'Specify diff command (ignores --diff-opts)'
+complete -c darcs -n 'contains diff (commandline -poc)' -l diff-command -x -a '(__fish_complete_command)' --description 'Specify diff command (ignores --diff-opts)'
complete -c darcs -n 'contains diff (commandline -poc)' -l diff-opts -x --description 'Options to pass to diff'
complete -c darcs -n 'contains diff (commandline -poc)' -s u -l unified --description 'Pass -u option to diff'
-complete -c darcs -n 'contains diff (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains diff (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains diff (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains diff (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains diff (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains diff (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains diff (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains diff (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains diff (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -390,12 +390,12 @@ complete -c darcs -n 'contains changes (commandline -poc)' -s q -l quiet --descr
complete -c darcs -n 'contains changes (commandline -poc)' -l standard-verbosity --description 'Neither verbose nor quiet output'
complete -c darcs -n 'contains changes (commandline -poc)' -l reverse --description 'Show changes in reverse order'
complete -c darcs -n 'contains changes (commandline -poc)' -l repo -x --description 'Specify the repository URL'
-complete -c darcs -n 'contains changes (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains changes (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains changes (commandline -poc)' -s a -l all --description 'Answer yes to all patches'
complete -c darcs -n 'contains changes (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
complete -c darcs -n 'contains changes (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains changes (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains changes (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains changes (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains changes (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains changes (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains changes (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -414,10 +414,10 @@ complete -c darcs -n 'contains annotate (commandline -poc)' -l human-readable --
complete -c darcs -n 'contains annotate (commandline -poc)' -l xml-output --description 'Generate XML formatted output'
complete -c darcs -n 'contains annotate (commandline -poc)' -l match -x --description 'Select patch matching PATTERN'
complete -c darcs -n 'contains annotate (commandline -poc)' -l creator-hash -x --description 'Specify hash of creator patch (see docs)'
-complete -c darcs -n 'contains annotate (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains annotate (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains annotate (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains annotate (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains annotate (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains annotate (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains annotate (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains annotate (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains annotate (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -429,10 +429,10 @@ complete -c darcs -n 'contains annotate (commandline -poc)' -l run-posthook --de
complete -c darcs -n 'contains dist (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains dist (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains dist (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains dist (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains dist (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains dist (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains dist (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains dist (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains dist (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains dist (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains dist (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -444,10 +444,10 @@ complete -c darcs -n 'contains dist (commandline -poc)' -l run-posthook --descri
complete -c darcs -n 'contains trackdown (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains trackdown (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains trackdown (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains trackdown (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains trackdown (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains trackdown (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains trackdown (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains trackdown (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains trackdown (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains trackdown (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains trackdown (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -469,7 +469,7 @@ complete -c darcs -n 'contains pull (commandline -poc)' -s a -l all --descriptio
complete -c darcs -n 'contains pull (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
complete -c darcs -n 'contains pull (commandline -poc)' -l intersection --description 'Take intersection of all repositories'
complete -c darcs -n 'contains pull (commandline -poc)' -l union --description 'Take union of all repositories [default]'
-complete -c darcs -n 'contains pull (commandline -poc)' -l external-merge -x -a (__fish_complete_command) --description 'Use external tool to merge conflicts'
+complete -c darcs -n 'contains pull (commandline -poc)' -l external-merge -x -a '(__fish_complete_command)' --description 'Use external tool to merge conflicts'
complete -c darcs -n 'contains pull (commandline -poc)' -l compress --description 'Create compressed patches'
complete -c darcs -n 'contains pull (commandline -poc)' -l dont-compress --description 'Don\'t create compressed patches'
complete -c darcs -n 'contains pull (commandline -poc)' -l test --description 'Run the test script'
@@ -484,13 +484,13 @@ complete -c darcs -n 'contains pull (commandline -poc)' -l ignore-times --descri
complete -c darcs -n 'contains pull (commandline -poc)' -l no-deps --description 'Don\'t automatically fulfill dependencies'
complete -c darcs -n 'contains pull (commandline -poc)' -l set-default --description 'Set default repository [DEFAULT]'
complete -c darcs -n 'contains pull (commandline -poc)' -l no-set-default --description 'Don\'t set default repository'
-complete -c darcs -n 'contains pull (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains pull (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains pull (commandline -poc)' -l set-scripts-executable --description 'Make scripts executable'
complete -c darcs -n 'contains pull (commandline -poc)' -l dont-set-scripts-executable --description 'Don\'t make scripts executable'
complete -c darcs -n 'contains pull (commandline -poc)' -l disable-ssh-cm --description 'Disable use of SSH ControlMaster feature'
complete -c darcs -n 'contains pull (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains pull (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains pull (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains pull (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains pull (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains pull (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains pull (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -510,10 +510,10 @@ complete -c darcs -n 'contains unpull (commandline -poc)' -l standard-verbosity
complete -c darcs -n 'contains unpull (commandline -poc)' -l compress --description 'Create compressed patches'
complete -c darcs -n 'contains unpull (commandline -poc)' -l dont-compress --description 'Don\'t create compressed patches'
complete -c darcs -n 'contains unpull (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
-complete -c darcs -n 'contains unpull (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains unpull (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains unpull (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains unpull (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains unpull (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains unpull (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains unpull (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains unpull (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains unpull (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -533,10 +533,10 @@ complete -c darcs -n 'contains obliterate (commandline -poc)' -l standard-verbos
complete -c darcs -n 'contains obliterate (commandline -poc)' -l compress --description 'Create compressed patches'
complete -c darcs -n 'contains obliterate (commandline -poc)' -l dont-compress --description 'Don\'t create compressed patches'
complete -c darcs -n 'contains obliterate (commandline -poc)' -l ignore-times --description 'Don\'t trust the file modification times'
-complete -c darcs -n 'contains obliterate (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains obliterate (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains obliterate (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains obliterate (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains obliterate (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains obliterate (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains obliterate (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains obliterate (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains obliterate (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -552,7 +552,7 @@ complete -c darcs -n 'contains push (commandline -poc)' -l standard-verbosity --
complete -c darcs -n 'contains push (commandline -poc)' -l matches -x --description 'Select patches matching PATTERN'
complete -c darcs -n 'contains push (commandline -poc)' -s a -l all --description 'Answer yes to all patches'
complete -c darcs -n 'contains push (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
-complete -c darcs -n 'contains push (commandline -poc)' -l apply-as -x -a (__fish_complete_users) --description 'Apply patch as another user using sudo'
+complete -c darcs -n 'contains push (commandline -poc)' -l apply-as -x -a '(__fish_complete_users)' --description 'Apply patch as another user using sudo'
complete -c darcs -n 'contains push (commandline -poc)' -l apply-as-myself --description 'Don\'t use sudo to apply as another user [DEFAULT]'
complete -c darcs -n 'contains push (commandline -poc)' -l sign --description 'Sign the patch with your gpg key'
complete -c darcs -n 'contains push (commandline -poc)' -l sign-as -x --description 'Sign the patch with a given keyid'
@@ -561,13 +561,13 @@ complete -c darcs -n 'contains push (commandline -poc)' -l dont-sign --descripti
complete -c darcs -n 'contains push (commandline -poc)' -l dry-run --description 'Don\'t actually take the action'
complete -c darcs -n 'contains push (commandline -poc)' -s s -l summary --description 'Summarize changes'
complete -c darcs -n 'contains push (commandline -poc)' -l no-summary --description 'Don\'t summarize changes'
-complete -c darcs -n 'contains push (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains push (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains push (commandline -poc)' -l disable-ssh-cm --description 'Disable use of SSH ControlMaster feature'
complete -c darcs -n 'contains push (commandline -poc)' -l set-default --description 'Set default repository [DEFAULT]'
complete -c darcs -n 'contains push (commandline -poc)' -l no-set-default --description 'Don\'t set default repository'
complete -c darcs -n 'contains push (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains push (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains push (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains push (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains push (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains push (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains push (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -602,11 +602,11 @@ complete -c darcs -n 'contains send (commandline -poc)' -l logfile -r --descript
complete -c darcs -n 'contains send (commandline -poc)' -l delete-logfile --description 'Delete the logfile when done'
complete -c darcs -n 'contains send (commandline -poc)' -l set-default --description 'Set default repository [DEFAULT]'
complete -c darcs -n 'contains send (commandline -poc)' -l no-set-default --description 'Don\'t set default repository'
-complete -c darcs -n 'contains send (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
-complete -c darcs -n 'contains send (commandline -poc)' -l sendmail-command -x -a (__fish_complete_command) --description 'Specify sendmail command'
+complete -c darcs -n 'contains send (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains send (commandline -poc)' -l sendmail-command -x -a '(__fish_complete_command)' --description 'Specify sendmail command'
complete -c darcs -n 'contains send (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains send (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains send (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains send (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains send (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains send (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains send (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -630,7 +630,7 @@ complete -c darcs -n 'contains apply (commandline -poc)' -s a -l all --descripti
complete -c darcs -n 'contains apply (commandline -poc)' -s i -l interactive --description 'Prompt user interactively'
complete -c darcs -n 'contains apply (commandline -poc)' -l mark-conflicts --description 'Mark conflicts'
complete -c darcs -n 'contains apply (commandline -poc)' -l allow-conflicts --description 'Allow conflicts, but don\'t mark them'
-complete -c darcs -n 'contains apply (commandline -poc)' -l external-merge -x -a (__fish_complete_command) --description 'Use external tool to merge conflicts'
+complete -c darcs -n 'contains apply (commandline -poc)' -l external-merge -x -a '(__fish_complete_command)' --description 'Use external tool to merge conflicts'
complete -c darcs -n 'contains apply (commandline -poc)' -l no-resolve-conflicts --description 'Equivalent to --dont-allow-conflicts, for backwards compatibility'
complete -c darcs -n 'contains apply (commandline -poc)' -l dont-allow-conflicts --description 'Fail on patches that create conflicts [DEFAULT]'
complete -c darcs -n 'contains apply (commandline -poc)' -l no-test --description 'Don\'t run the test script'
@@ -638,13 +638,13 @@ complete -c darcs -n 'contains apply (commandline -poc)' -l test --description '
complete -c darcs -n 'contains apply (commandline -poc)' -l happy-forwarding --description 'Forward unsigned messages without extra header'
complete -c darcs -n 'contains apply (commandline -poc)' -l leave-test-directory --description 'Don\'t remove the test directory'
complete -c darcs -n 'contains apply (commandline -poc)' -l remove-test-directory --description 'Remove the test directory'
-complete -c darcs -n 'contains apply (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
-complete -c darcs -n 'contains apply (commandline -poc)' -l sendmail-command -x -a (__fish_complete_command) --description 'Specify sendmail command'
+complete -c darcs -n 'contains apply (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains apply (commandline -poc)' -l sendmail-command -x -a '(__fish_complete_command)' --description 'Specify sendmail command'
complete -c darcs -n 'contains apply (commandline -poc)' -l set-scripts-executable --description 'Make scripts executable'
complete -c darcs -n 'contains apply (commandline -poc)' -l dont-set-scripts-executable --description 'Don\'t make scripts executable'
complete -c darcs -n 'contains apply (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains apply (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains apply (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains apply (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains apply (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains apply (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains apply (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -654,7 +654,7 @@ complete -c darcs -n 'contains apply (commandline -poc)' -l run-posthook --descr
# Completions for the 'get' subcommand
#
-complete -c darcs -n 'contains get (commandline -poc)' -l repo-name -x -a (__fish_complete_directories (commandline -ct)) --description 'Path of output directory'
+complete -c darcs -n 'contains get (commandline -poc)' -l repo-name -x -a '(__fish_complete_directories (commandline -ct))' --description 'Path of output directory'
complete -c darcs -n 'contains get (commandline -poc)' -l partial --description 'Get partial repository using checkpoint'
complete -c darcs -n 'contains get (commandline -poc)' -l complete --description 'Get a complete copy of the repository'
complete -c darcs -n 'contains get (commandline -poc)' -l to-match -x --description 'Select changes up to a patch matching PATTERN'
@@ -670,11 +670,11 @@ complete -c darcs -n 'contains get (commandline -poc)' -l set-scripts-executable
complete -c darcs -n 'contains get (commandline -poc)' -l dont-set-scripts-executable --description 'Don\'t make scripts executable'
complete -c darcs -n 'contains get (commandline -poc)' -l plain-pristine-tree --description 'Use a plain pristine tree [DEFAULT]'
complete -c darcs -n 'contains get (commandline -poc)' -l no-pristine-tree --description 'Use no pristine tree'
-complete -c darcs -n 'contains get (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains get (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains get (commandline -poc)' -l disable-ssh-cm --description 'Disable use of SSH ControlMaster feature'
complete -c darcs -n 'contains get (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains get (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains get (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains get (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains get (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains get (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains get (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -687,19 +687,19 @@ complete -c darcs -n 'contains get (commandline -poc)' -l run-posthook --descrip
complete -c darcs -n 'contains put (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains put (commandline -poc)' -s q -l quiet --description 'Suppress informational output'
complete -c darcs -n 'contains put (commandline -poc)' -l standard-verbosity --description 'Neither verbose nor quiet output'
-complete -c darcs -n 'contains put (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains put (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains put (commandline -poc)' -l to-match -x --description 'Select changes up to a patch matching PATTERN'
complete -c darcs -n 'contains put (commandline -poc)' -l to-patch -x --description 'Select changes up to a patch matching REGEXP'
complete -c darcs -n 'contains put (commandline -poc)' -l tag -x --description 'Select tag matching REGEXP'
complete -c darcs -n 'contains put (commandline -poc)' -l context -r --description 'Version specified by the context in FILENAME'
-complete -c darcs -n 'contains put (commandline -poc)' -l apply-as -x -a (__fish_complete_users) --description 'Apply patch as another user using sudo'
+complete -c darcs -n 'contains put (commandline -poc)' -l apply-as -x -a '(__fish_complete_users)' --description 'Apply patch as another user using sudo'
complete -c darcs -n 'contains put (commandline -poc)' -l apply-as-myself --description 'Don\'t use sudo to apply as another user [DEFAULT]'
complete -c darcs -n 'contains put (commandline -poc)' -l plain-pristine-tree --description 'Use a plain pristine tree [DEFAULT]'
complete -c darcs -n 'contains put (commandline -poc)' -l no-pristine-tree --description 'Use no pristine tree'
complete -c darcs -n 'contains put (commandline -poc)' -l disable-ssh-cm --description 'Disable use of SSH ControlMaster feature'
complete -c darcs -n 'contains put (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains put (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains put (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains put (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains put (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains put (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains put (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -711,10 +711,10 @@ complete -c darcs -n 'contains put (commandline -poc)' -l run-posthook --descrip
complete -c darcs -n 'contains initialize (commandline -poc)' -l plain-pristine-tree --description 'Use a plain pristine tree [DEFAULT]'
complete -c darcs -n 'contains initialize (commandline -poc)' -l no-pristine-tree --description 'Use no pristine tree'
-complete -c darcs -n 'contains initialize (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains initialize (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains initialize (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains initialize (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains initialize (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains initialize (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains initialize (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains initialize (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains initialize (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -730,7 +730,7 @@ complete -c darcs -n 'contains optimize (commandline -poc)' -l dont-compress --d
complete -c darcs -n 'contains optimize (commandline -poc)' -l uncompress --description 'Uncompress patches'
complete -c darcs -n 'contains optimize (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains optimize (commandline -poc)' -l standard-verbosity --description 'Don\'t give verbose output'
-complete -c darcs -n 'contains optimize (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains optimize (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains optimize (commandline -poc)' -l modernize-patches --description 'Rewrite all patches in current darcs format'
complete -c darcs -n 'contains optimize (commandline -poc)' -l reorder-patches --description 'Reorder the patches in the repository'
complete -c darcs -n 'contains optimize (commandline -poc)' -l sibling -x --description 'Specify a sibling directory'
@@ -738,7 +738,7 @@ complete -c darcs -n 'contains optimize (commandline -poc)' -l relink --descript
complete -c darcs -n 'contains optimize (commandline -poc)' -l relink-pristine --description 'Relink pristine tree (not recommended)'
complete -c darcs -n 'contains optimize (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains optimize (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains optimize (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains optimize (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains optimize (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains optimize (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains optimize (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -757,10 +757,10 @@ complete -c darcs -n 'contains check (commandline -poc)' -l no-test --descriptio
complete -c darcs -n 'contains check (commandline -poc)' -l test --description 'Run the test script'
complete -c darcs -n 'contains check (commandline -poc)' -l leave-test-directory --description 'Don\'t remove the test directory'
complete -c darcs -n 'contains check (commandline -poc)' -l remove-test-directory --description 'Remove the test directory'
-complete -c darcs -n 'contains check (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains check (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains check (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains check (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains check (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains check (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains check (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains check (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains check (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'
@@ -773,10 +773,10 @@ complete -c darcs -n 'contains check (commandline -poc)' -l run-posthook --descr
complete -c darcs -n 'contains repair (commandline -poc)' -s v -l verbose --description 'Give verbose output'
complete -c darcs -n 'contains repair (commandline -poc)' -s q -l quiet --description 'Suppress informational output'
complete -c darcs -n 'contains repair (commandline -poc)' -l standard-verbosity --description 'Neither verbose nor quiet output'
-complete -c darcs -n 'contains repair (commandline -poc)' -l repodir -x -a (__fish_complete_directories (commandline -ct)) --description 'Specify the repository directory in which to run'
+complete -c darcs -n 'contains repair (commandline -poc)' -l repodir -x -a '(__fish_complete_directories (commandline -ct))' --description 'Specify the repository directory in which to run'
complete -c darcs -n 'contains repair (commandline -poc)' -l disable --description 'Disable this command'
complete -c darcs -n 'contains repair (commandline -poc)' -s h -l help --description 'Shows brief description of command and its arguments'
-complete -c darcs -n 'contains repair (commandline -poc)' -l posthook -x -a (__fish_complete_command) --description 'Specify command to run after this darcs command.'
+complete -c darcs -n 'contains repair (commandline -poc)' -l posthook -x -a '(__fish_complete_command)' --description 'Specify command to run after this darcs command.'
complete -c darcs -n 'contains repair (commandline -poc)' -l no-posthook --description 'Do not run posthook command.'
complete -c darcs -n 'contains repair (commandline -poc)' -l prompt-posthook --description 'Prompt before running posthook. [DEFAULT]'
complete -c darcs -n 'contains repair (commandline -poc)' -l run-posthook --description 'Run posthook command without prompting.'