end
info
rescue ScmCommandAborted
- return nil
+ nil
end
# Returns an Entries collection
end
entries.sort_by_name
rescue ScmCommandAborted
- return nil
+ nil
end
def revisions(path=nil, identifier_from=nil, identifier_to=nil, options={})
end
revisions
rescue ScmCommandAborted
- return nil
+ nil
end
def diff(path, identifier_from, identifier_to=nil)
end
cat
rescue ScmCommandAborted
- return nil
+ nil
end
def annotate(path, identifier=nil)
end
blame
rescue ScmCommandAborted
- return nil
+ nil
end
def self.branch_conf_path(path)