Sha256: 00c6e2c2b174e192797722c0846db19afabc1863cfbbdf7cf5d71779cf097f90
Contents?: true
Size: 399 Bytes
Versions: 18
Compression:
Stored size: 399 Bytes
Contents
module Mercurial module Style extend self FIELD_SEPARATOR = '|><|' CHANGESET_SEPARATOR = "||$||\n" def root_path File.expand_path(File.join(File.dirname(__FILE__), '..', 'styles')) end def changeset File.join(root_path, 'changeset.style') end def file_index File.join(root_path, 'file_index.style') end end end
Version data entries
18 entries across 18 versions & 1 rubygems