Activate untracked status in hg prompt

Correction of a typo that prevented the display of untracked status on the detailed prompt.
This commit is contained in:
jeanprey 2020-04-16 18:58:30 +02:00 committed by Fabian Homborg
parent 6669240f81
commit 052d8d3a10

View File

@ -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