view resources/hg_log.style @ 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 b7caa6693c39
children
line wrap: on
line source

changeset = '{rev}:{node|short}{bookmarks}{tags} {desc|firstline} (by {author|user}, {date|localdate|age})\n'

start_bookmarks = ' '
bookmark = '+{bookmark}'

start_tags = ' '
tag = '#{tag}'