Revert "Add mq patch to branch output"

This reverts commit 8023f6f5dc.

fixes #1035
This commit is contained in:
Christian Brabandt 2016-02-16 17:52:26 +01:00
parent 5e0b10c005
commit 13ea57b98a
1 changed files with 0 additions and 5 deletions

View File

@ -102,11 +102,6 @@ endfunction
function! s:get_hg_branch()
if s:has_lawrencium
let mq=system('hg qtop')
if v:shell_error==0
let mq=matchstr(mq, '.*\ze\n')
return lawrencium#statusline(). '/'. mq
endif
return lawrencium#statusline()
endif
return ''