Sha256: 24b11e7a335ddb4784f5bf461f3f7c43410790dd98171cacb2f961944c9a9fda

Contents?: true

Size: 357 Bytes

Versions: 87

Compression:

Stored size: 357 Bytes

Contents

# frozen_string_literal: true

# tau hg list
module HgList
  # Backend method for hg list.
  def hg_list
    log.debug 'List hg repos'

    return false unless configured? %w[project_root_dir]

    cmd_hg_list_repos = format(
      config.active['cmd_hg_list_repos'],
      root: config.active['project_root_dir']
    )

    run cmd_hg_list_repos
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
takeltau-0.38.0 lib/takeltau/hg/list.rb
takeltau-0.37.3 lib/takeltau/hg/list.rb
takeltau-0.37.1 lib/takeltau/hg/list.rb
takeltau-0.36.5 lib/takeltau/hg/list.rb
takeltau-0.36.4 lib/takeltau/hg/list.rb
takeltau-0.36.3 lib/takeltau/hg/list.rb
takeltau-0.36.1 lib/takeltau/hg/list.rb