Method: Repository::Bazaar#cat
- Defined in:
- app/models/repository/bazaar.rb
#cat(path, identifier = nil) ⇒ Object
46 47 48 49 |
# File 'app/models/repository/bazaar.rb', line 46 def cat(path, identifier=nil) scm.bzr_path_encodig = log_encoding scm.cat(path, identifier) end |