Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 157 Bytes

Mercurial.md

File metadata and controls

14 lines (7 loc) · 157 Bytes

Mercurial

Show summary of a particular commit

hg log -r <rev>

Show diff from log item

hg log -p -r <rev>

Show full log message

hg log -v -r <rev>