- forgot to save the incoming|count part

This commit is contained in:
Marin Marusic 2013-09-29 14:04:34 +02:00
commit 473dc4eeb0

View file

@ -29,7 +29,7 @@ function battery_charge {
function hg_prompt_info { function hg_prompt_info {
if [ $(in_hg) ]; then if [ $(in_hg) ]; then
hg prompt "{rev}:{node|short} on {root|basename}/{branch} {task} {status} {update} {patch|count|unapplied} {incoming changes{incoming}} " 2>/dev/null hg prompt "{rev}:{node|short} on {root|basename}/{branch} {task} {status} {update} {patch|count|unapplied} {incoming changes{incoming|count}} " 2>/dev/null
fi fi
} }
if which rvm-prompt &> /dev/null; then if which rvm-prompt &> /dev/null; then