Merge pull request #1828 from powerline/ZyX-I-patch-1

Fix data type in branch segment documentation
This commit is contained in:
Nikolai Aleksandrovich Pavlov 2017-09-02 22:39:49 +03:00 committed by GitHub
commit 9bebc2fe7f

View File

@ -46,7 +46,7 @@ branch = with_docstring(BranchSegment(),
:param bool status_colors:
Determines whether repository status will be used to determine highlighting.
Default: False.
:param bool ignore_statuses:
:param list ignore_statuses:
List of statuses which will not result in repo being marked as dirty. Most
useful is setting this option to ``["U"]``: this will ignore repository
which has just untracked files (i.e. repository with modified, deleted or