Merge remote-tracking branch 'inducer/patch-1' into develop

This commit is contained in:
Kim Silkebækken 2013-05-21 10:11:49 +02:00
commit 4037c3be4c
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ def branch(pl, segment_info, status_colors=False):
'''Return the current VCS branch.
:param bool status_colors:
determines whether repository status will be used to determine highlighting. Default: True.
determines whether repository status will be used to determine highlighting. Default: False.
Highlight groups used: ``branch_clean``, ``branch_dirty``, ``branch``.
'''