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?
相关问题
- Mercurial compared to private branches in SVN
- Warn user if Google Services' Restrict backgro
- How to abandon all Mercurial changes that haven
- Cannot register in sample BlackBerry push applicat
- Windows permissions on a directory: Mercurial - hg
相关文章
- Mercurial Commit Charts / Graphs [closed]
- What is the tortoisehg gui equivalent of doing “hg
- How to use Mercurial from Visual Studio 2010?
- Is there a version control system abstraction for
- Mercurial discard local changes of a file or group
- Mercurial .hgignore Negative Lookahead
- error: RPC failed; curl 92 HTTP/2 stream 0 was not
- How to create a full-duplex communication between
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.