內容簡介
並非每個人都有單獨的開發、暫存和生產伺服器的豪華條件。WP Mercurial 通過自動化許多在更新 WordPress 時需要的重複性的 Mercurial 任務來解決單個伺服器的限制。
每次更新插件、主題或核心時,WP Mercurial 都會自動運行:
hg -A commit -m '<更新說明>'
說明基於更新內容。
WP Mercurial 從不自動推送。
還有一個儀表板小工具,提供所有基本的 Hg 命令。
外掛標籤
開發者團隊
原文外掛簡介
Not everyone has the luxury of seperate development, staging, and live servers. WP Mercurial helps work around the limitations of a single server by automating many of the repetitive Mercurial tasks required when updating WordPress.
Each time a plugin, a theme, or the core is updated, WP Mercurial will automatically run:
hg -A commit -m '
The description is based on what was updated.
WP Mercurial never pushes automatically.
There is also a dashboard widget that provides all the basic Hg commands.
