{"diffoscope-json-version": 1, "source1": "/srv/reproducible-results/rbuild-debian/r-b-build.YvlgtwCJ/b1/stgit_0.19-1_arm64.changes", "source2": "/srv/reproducible-results/rbuild-debian/r-b-build.YvlgtwCJ/b2/stgit_0.19-1_arm64.changes", "unified_diff": null, "details": [{"source1": "Files", "source2": "Files", "unified_diff": "@@ -1,3 +1,3 @@\n \n 78824c5471b8ce6050577d33b551c0f5 39180 vcs optional stgit-contrib_0.19-1_all.deb\n- 560a6b1af6c591e47e30323fb44c347d 106644 vcs optional stgit_0.19-1_all.deb\n+ 939931df85719aaa69da52d5f4b2ce1b 106660 vcs optional stgit_0.19-1_all.deb\n"}, {"source1": "stgit_0.19-1_all.deb", "source2": "stgit_0.19-1_all.deb", "unified_diff": null, "details": [{"source1": "file list", "source2": "file list", "unified_diff": "@@ -1,3 +1,3 @@\n -rw-r--r-- 0 0 0 4 2019-10-03 12:38:18.000000 debian-binary\n -rw-r--r-- 0 0 0 3268 2019-10-03 12:38:18.000000 control.tar.xz\n--rw-r--r-- 0 0 0 103184 2019-10-03 12:38:18.000000 data.tar.xz\n+-rw-r--r-- 0 0 0 103200 2019-10-03 12:38:18.000000 data.tar.xz\n"}, {"source1": "control.tar.xz", "source2": "control.tar.xz", "unified_diff": null, "details": [{"source1": "control.tar", "source2": "control.tar", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "unified_diff": null, "details": [{"source1": "./md5sums", "source2": "./md5sums", "comments": ["Files differ"], "unified_diff": null}]}]}]}, {"source1": "data.tar.xz", "source2": "data.tar.xz", "unified_diff": null, "details": [{"source1": "data.tar", "source2": "data.tar", "unified_diff": null, "details": [{"source1": "./usr/share/bash-completion/completions/stg", "source2": "./usr/share/bash-completion/completions/stg", "unified_diff": "@@ -121,15 +121,15 @@\n _stg_branch ()\n {\n local flags=\"--cleanup --clone --create --delete --description --force --help --list --merge --protect --rename --unprotect\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--description) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_clean ()\n {\n local flags=\"--applied --help --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -194,41 +194,41 @@\n --save-template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n -t|--set-tree) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_export ()\n {\n local flags=\"--branch --diff-opts --dir --extension --help --numbered --patch --stdout --template\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--dir) COMPREPLY=($(compgen -A directory -- \"$cur\")) ;;\n -e|--extension) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -t|--template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_files ()\n {\n local flags=\"--bare --diff-opts --help --stat\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_float ()\n {\n local flags=\"--help --keep --series\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -253,15 +253,15 @@\n \n _stg_goto ()\n {\n local flags=\"--help --keep --merged\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$(_other_applied_patches) $(_unapplied_patches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $flags $(_other_applied_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_hide ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -274,15 +274,15 @@\n \n _stg_id ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_import ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --base --edit --help --ignore --mail --mbox --name --reject --replace --review --series --showdiff --sign --strip --stripname --url\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -313,15 +313,15 @@\n {\n local flags=\"--branch --clear --diff --full --graphical --help --number\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_mail ()\n {\n local flags=\"--all --attach --attach-inline --auto --bcc --branch --cc --cover --diff-opts --edit-cover --edit-patches --git --help --in-reply-to --mbox --no-thread --prefix --sleep --smtp-password --smtp-server --smtp-tls --smtp-user --template --to --unrelated --version\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -337,15 +337,15 @@\n -s|--sleep) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --in-reply-to) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --smtp-server) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -u|--smtp-user) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -p|--smtp-password) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_new ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --file --help --message --no-verify --review --save-template --sign\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -390,15 +390,15 @@\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--name) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -B|--ref-branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -p|--parent) COMPREPLY=($(compgen -W \"$(_all_branches) $(_tags) $(_remotes)\" -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_pop ()\n {\n local flags=\"--all --help --keep --number --spill\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -429,15 +429,15 @@\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_pull ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -450,15 +450,15 @@\n _stg_push ()\n {\n local flags=\"--all --help --keep --merged --number --reverse --set-tree\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_rebase ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -481,15 +481,15 @@\n \n _stg_refresh ()\n {\n local flags=\"--ack --annotate --authdate --authemail --authname --author --edit --file --force --help --index --message --no-submodules --no-verify --patch --review --sign --submodules --update\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- -p|--patch) COMPREPLY=($(compgen -W \"$(_other_applied_patches) $(_unapplied_patches)\" -- \"$cur\")) ;;\n+ -p|--patch) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_other_applied_patches)\" -- \"$cur\")) ;;\n -a|--annotate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n@@ -500,15 +500,15 @@\n _stg_rename ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_repair ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -520,39 +520,39 @@\n \n _stg_reset ()\n {\n local flags=\"--hard --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_series ()\n {\n local flags=\"--all --applied --author --branch --count --description --empty --help --hidden --missing --noprefix --short --showbranch --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -m|--missing) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_show ()\n {\n local flags=\"--applied --branch --diff-opts --help --stat --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_sink ()\n {\n local flags=\"--help --keep --nopush --to\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -626,15 +626,15 @@\n _stg_unhide ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg ()\n {\n local i\n local c=1\n"}, {"source1": "./usr/share/stgit/completion/stgit-completion.bash", "source2": "./usr/share/stgit/completion/stgit-completion.bash", "unified_diff": "@@ -121,15 +121,15 @@\n _stg_branch ()\n {\n local flags=\"--cleanup --clone --create --delete --description --force --help --list --merge --protect --rename --unprotect\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--description) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_clean ()\n {\n local flags=\"--applied --help --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -194,41 +194,41 @@\n --save-template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n -t|--set-tree) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_export ()\n {\n local flags=\"--branch --diff-opts --dir --extension --help --numbered --patch --stdout --template\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -d|--dir) COMPREPLY=($(compgen -A directory -- \"$cur\")) ;;\n -e|--extension) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -t|--template) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_files ()\n {\n local flags=\"--bare --diff-opts --help --stat\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_float ()\n {\n local flags=\"--help --keep --series\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -253,15 +253,15 @@\n \n _stg_goto ()\n {\n local flags=\"--help --keep --merged\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$(_other_applied_patches) $(_unapplied_patches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $flags $(_other_applied_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_hide ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -274,15 +274,15 @@\n \n _stg_id ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_import ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --base --edit --help --ignore --mail --mbox --name --reject --replace --review --series --showdiff --sign --strip --stripname --url\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -313,15 +313,15 @@\n {\n local flags=\"--branch --clear --diff --full --graphical --help --number\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_mail ()\n {\n local flags=\"--all --attach --attach-inline --auto --bcc --branch --cc --cover --diff-opts --edit-cover --edit-patches --git --help --in-reply-to --mbox --no-thread --prefix --sleep --smtp-password --smtp-server --smtp-tls --smtp-user --template --to --unrelated --version\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -337,15 +337,15 @@\n -s|--sleep) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --in-reply-to) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --smtp-server) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -u|--smtp-user) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -p|--smtp-password) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_new ()\n {\n local flags=\"--ack --authdate --authemail --authname --author --file --help --message --no-verify --review --save-template --sign\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -390,15 +390,15 @@\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--name) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -B|--ref-branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -p|--parent) COMPREPLY=($(compgen -W \"$(_all_branches) $(_tags) $(_remotes)\" -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_pop ()\n {\n local flags=\"--all --help --keep --number --spill\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -429,15 +429,15 @@\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_all_branches) $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_all_branches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_pull ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -450,15 +450,15 @@\n _stg_push ()\n {\n local flags=\"--all --help --keep --merged --number --reverse --set-tree\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -n|--number) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_unapplied_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_unapplied_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_rebase ()\n {\n local flags=\"--help --merged --nopush\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -481,15 +481,15 @@\n \n _stg_refresh ()\n {\n local flags=\"--ack --annotate --authdate --authemail --authname --author --edit --file --force --help --index --message --no-submodules --no-verify --patch --review --sign --submodules --update\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- -p|--patch) COMPREPLY=($(compgen -W \"$(_other_applied_patches) $(_unapplied_patches)\" -- \"$cur\")) ;;\n+ -p|--patch) COMPREPLY=($(compgen -W \"$(_unapplied_patches) $(_other_applied_patches)\" -- \"$cur\")) ;;\n -a|--annotate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -m|--message) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n -f|--file) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --author) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authname) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authemail) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n --authdate) COMPREPLY=($(compgen -A file -- \"$cur\")) ;;\n@@ -500,15 +500,15 @@\n _stg_rename ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$flags $(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$(_applied_patches) $flags $(_unapplied_patches) $(_hidden_patches)\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_repair ()\n {\n local flags=\"--help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -520,39 +520,39 @@\n \n _stg_reset ()\n {\n local flags=\"--hard --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_series ()\n {\n local flags=\"--all --applied --author --branch --count --description --empty --help --hidden --missing --noprefix --short --showbranch --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -m|--missing) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_show ()\n {\n local flags=\"--applied --branch --diff-opts --help --stat --unapplied\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n -O|--diff-opts) COMPREPLY=($(compgen -W \"-C -M\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_applied_patches) $(_unapplied_patches) $(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg_sink ()\n {\n local flags=\"--help --keep --nopush --to\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n@@ -626,15 +626,15 @@\n _stg_unhide ()\n {\n local flags=\"--branch --help\"\n local prev=\"${COMP_WORDS[COMP_CWORD-1]}\"\n local cur=\"${COMP_WORDS[COMP_CWORD]}\"\n case \"$prev\" in\n -b|--branch) COMPREPLY=($(compgen -W \"$(_stg_branches)\" -- \"$cur\")) ;;\n- *) COMPREPLY=($(compgen -W \"$(_patch_range \"$(_hidden_patches)\" \"$cur\") $flags\" -- \"$cur\")) ;;\n+ *) COMPREPLY=($(compgen -W \"$flags $(_patch_range \"$(_hidden_patches)\" \"$cur\")\" -- \"$cur\")) ;;\n esac\n }\n \n _stg ()\n {\n local i\n local c=1\n"}]}]}]}]}