Fossil MARK_UNTRACKED is now colorized as for git or hg support

This commit is contained in:
Étienne Deparis 2014-02-01 15:52:13 +01:00 committed by Olivier Mengué
parent e2b3ad6313
commit 9f0c0e6d47

View File

@ -967,7 +967,7 @@ _lp_fossil_branch_color()
fi
if [ "$C2A" -gt 0 ]; then
C2A="$LP_MARK_UNTRACKED"
C2A="$LP_COLOR_CHANGES$LP_MARK_UNTRACKED"
else
C2A=""
fi