问题
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