fastlane/lib/fastlane/actions/hg_push.rb in fastlane-2.94.0.beta.20180425050017 vs fastlane/lib/fastlane/actions/hg_push.rb in fastlane-2.94.0.beta.20180426050049

- old
+ new

@@ -17,10 +17,10 @@ def self.description "This will push changes to the remote hg repository" end def self.details - "The mercurial equivalent of [`push_to_git_remote`](#push_to_git_remote) — pushes your local commits to a remote mercurial repo. Useful when local changes such as adding a version bump commit or adding a tag are part of your lane’s actions." + "The mercurial equivalent of [push_to_git_remote](https://docs.fastlane.tools/actions/push_to_git_remote/). Pushes your local commits to a remote mercurial repo. Useful when local changes such as adding a version bump commit or adding a tag are part of your lane’s actions." end def self.available_options [ FastlaneCore::ConfigItem.new(key: :force,