开发者

See Mercurial changeset summary/user/date

开发者 https://www.devze.com 2023-02-05 19:02 出处:网络
Given a Mercurial changeset 123, how can yous see the summary, user, and开发者_StackOverflow社区 date associated with the changeset?Figured there was an hg log option but couldn\'t see it..you can als

Given a Mercurial changeset 123, how can yous see the summary, user, and开发者_StackOverflow社区 date associated with the changeset? Figured there was an hg log option but couldn't see it..


you can also try Mercurial Templates to get just the output you're after. Several keywords are supported, but in your example this command would work:

hg log -r 123 --template '{author}\n{date}\n{desc}\n'


Have you tried hg log -r 123?

0

精彩评论

暂无评论...
验证码 换一张
取 消