Method: Fastlane::Actions::HgEnsureCleanStatusAction.details

Defined in:
fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb

.detailsObject

[View source]

23
24
25
# File 'fastlane/lib/fastlane/actions/hg_ensure_clean_status.rb', line 23

def self.details
  "Along the same lines as the [ensure_git_status_clean](https://docs.fastlane.tools/actions/ensure_git_status_clean/) action, this is a sanity check to ensure the working mercurial repo is clean. Especially useful to put at the beginning of your Fastfile in the `before_all` block."
end