From 052d8d3a108c0de99f1bd32e44e19569c64758dd Mon Sep 17 00:00:00 2001 From: jeanprey <58308194+jeanprey@users.noreply.github.com> Date: Thu, 16 Apr 2020 18:58:30 +0200 Subject: [PATCH] Activate untracked status in hg prompt Correction of a typo that prevented the display of untracked status on the detailed prompt. --- share/functions/fish_hg_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/fish_hg_prompt.fish b/share/functions/fish_hg_prompt.fish index 567416a03..2f08eda10 100644 --- a/share/functions/fish_hg_prompt.fish +++ b/share/functions/fish_hg_prompt.fish @@ -62,7 +62,7 @@ function fish_hg_prompt --description 'Write out the hg prompt' # Add a character for each file status if we have one # HACK: To allow this to work both with and without '?' globs - set -l q '?' + set -l dq '?' switch $line case 'A ' set -a hg_statuses added