module Mercurial::Style
Constants
- CHANGESET_SEPARATOR
- FIELD_SEPARATOR
Public Instance Methods
changeset()
click to toggle source
# File lib/mercurial-ruby/style.rb, line 13 def changeset File.join(root_path, 'changeset.style') end
file_index()
click to toggle source
# File lib/mercurial-ruby/style.rb, line 17 def file_index File.join(root_path, 'file_index.style') end
root_path()
click to toggle source
# File lib/mercurial-ruby/style.rb, line 9 def root_path File.expand_path(File.join(File.dirname(__FILE__), '..', 'styles')) end