mercurial how to retrieve a real user who performed hg push

梦想与她 提交于 2019-12-23 17:46:03

问题


on server site: hg tip shows a user who performed hg push/commit. The data is taken from [user] section of .hgrc. I can put there whatever I like. But how to get to know on a server who really did hg push?


回答1:


You need to maintain a pushlog manually to track this — Mercurial has no built-in support for this. I wrote more about pushlogs here.

You can also use a server like Kallithea which comes with a pushlog by default.



来源:https://stackoverflow.com/questions/9161761/mercurial-how-to-retrieve-a-real-user-who-performed-hg-push

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!