有沒有什麼能夠爲存儲庫中的Mercurial提交歷史記錄生成漂亮的圖表/圖表?我在想什麼像什麼的GitHub讓(僅適用於水銀):(垂直格式雖然,相對於一橫一) Mercurial Commit Charts/Graphs
9
A
回答
10
您只需執行hg serve
,然後連接到http://localhost:8000,並在該網頁的「圖表」選項卡上顯示與該圖表非常相似的圖表。正如Wim指出的那樣,您在web服務器上運行hgweb會得到同樣的行爲,但您也可以使用Mercurial來完成此操作。
1
TortoiseHg的倉庫Explorer已經視覺提交圖表 - 不知道如何有用的那些會給你,如果你試圖將它們導出到圖像或類似的東西或只是自己使用它們。
8
我喜歡水銀Activity extension,這就造成了時間的圖表,每個用戶提交和顯示標籤的里程碑:
+5
正是我在找什麼!我在Windows系統上設置了一些問題,所以我寫了一個[分步指南](http://alinium.posterous.com/how-to-chart-your-mercurial-commit-activity- w)對任何感興趣的人。 – Alinium 2011-03-26 12:49:01
2
如果publish your repository與hgweb/hgwebdir Web服務器,那麼你可以see the history在網頁瀏覽器。
相關問題
- 1. Mercurial pre commit hook
- 2. Mercurial Commit with Python主函數
- 3. 自動mercurial commit和push in build
- 4. 獲取mercurial「hg commit」使用Notepad ++
- 5. 讓jenkins從mercurial commit構建項目
- 6. 無法忽略Mercurial Commit中的文件(TortoiseHG)
- 7. 如何在命令行執行mercurial commit時退出VIM?
- 8. Mercurial:在「hg commit」之前強制執行「hg pull -u」
- 9. 爲什麼我的mercurial pre-commit hook工作在MinGW
- 10. 我可以跳過像git一樣的mercurial pre-commit hook嗎?
- 11. 通過prexxchangegroup強制執行mercurial commit消息策略?
- 12. Mercurial commit上的'20字節散列需要'消息
- 13. 如何獲得一個分支中的mercurial commit序號
- 14. mercurial中是否存在ignore-on-commit選項?
- 15. git commit -m vs git commit -am
- 16. 當對大文件應用更改時,崇高文本3打破了mercurial commit
- 17. Mercurial commit恢復爲「中止:編輯失敗:vi退出狀態1」
- 18. 如何使用空格鍵和韓文書寫Hg mercurial commit消息?
- 19. Mercurial Repository - 服務器上的每日自動hg add/hg commit命令
- 20. 如何在mercurial commit之前執行命令行應用程序(bat)?
- 21. 如何在代碼中包含與mercurial commit相關的唯一ID?
- 22. idea9.0.3 commit
- 23. Commit @@ ROWCOUNT
- 24. Git pre-commit hook作爲post-commit
- 25. Broken Mercurial Repo
- 26. hg commit -u的git相當於什麼?
- 27. 「hg commit」 - 沒有任何反應!
- 28. Mercurial中的ACL
- 29. Mercurial權限刪除分支
- 30. SLOC在git commit
是的,我看到了。提醒我GitExtensions。我想要製作這些圖表背後的動機並不是真的與生產力有關,我只是覺得它們看起來很酷。 – KPthunder 2011-01-14 09:36:52