Revert "Add mq patch to branch output"

This reverts commit 8023f6f5dce09fa8f94e6a8bcdc1c6ad568a703d.

fixes #1035
This commit is contained in:
Christian Brabandt 2016-02-16 17:52:26 +01:00
parent 5e0b10c005
commit 13ea57b98a

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 ''