view resources/hg_command_file_types.vim @ 121:5168645017dd

Check for `.hg` directory instead of `.hg/store`. This fixes problems with repositories shared with the `share` extension.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 05 Oct 2015 23:51:42 -0700
parents b484fe88c500
children
line wrap: on
line source

" LAWRENCIUM - MERCURIAL COMMANDS FILE TYPES
"
if !exists('g:lawrencium_hg_commands_file_types')
    let g:lawrencium_hg_commands_file_types = {}
endif

let g:lawrencium_hg_commands_file_types.diff = 'diff'
let g:lawrencium_hg_commands_file_types.glog = 'hggraphlog'