mercurial how to retrieve a real user who performe

2019-07-04 05:10发布

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条回答
疯言疯语
2楼-- · 2019-07-04 05:46

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.

查看更多
登录 后发表回答