Fix: error messages while getting status of new (no commits) repository

This commit is contained in:
John Gleezowood 2016-11-18 13:35:42 +03:00
parent 3477ff2527
commit 0d6a2f7752

View File

@ -73,7 +73,7 @@ for st in status:
staged.append(st)
out = ' '.join([
branch,
branch.replace(' ', '_'),
str(ahead),
str(behind),
str(len(staged)),