Examining a single changeset in Mercurial

Posted by hekevintran on Stack Overflow See other posts from Stack Overflow or by hekevintran
Published on 2010-03-31T05:34:40Z Indexed on 2010/03/31 5:43 UTC
Read the original article Hit count: 253

Filed under:

In Mercurial, how do you examine a single changeset? hg log -l 5 will give me a summary of the newest 5 changesets, but how do I get a list of the files changed in one changeset? I don't want to do a diff.

© Stack Overflow or respective owner

Related posts about mercurial