hg_ensure_clean_status¶
Raises an exception if there are uncommitted hg changes
Along the same lines as the 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.
hg_ensure_clean_status | |
---|---|
Supported platforms | ios, android, mac |
Author | @sjrmanning |
1 Example¶
hg_ensure_clean_status
To show the documentation in your terminal, run
fastlane action hg_ensure_clean_status