George
George

Reputation: 2801

How to view complete text of Mercurial commit messages in TortoiseHg Workbench

Is it possible to view the full text of a Mercurial commit message from TortoiseHg Workbench.

Presently, only the description column and the snippet exposed in the Changeset expansion seem to show commit text. And even they only appear to show the summary portion of the messages.

Upvotes: 5

Views: 5174

Answers (3)

larsmoa
larsmoa

Reputation: 12932

It's actually possible to collapse the full commit message, see the screenshots below how to expand it again.

Before expanding After expanding

Upvotes: 24

Lazy Badger
Lazy Badger

Reputation: 97260

I can't imagine, there you found problem in WorkBench. Screenshot with active long multiline commit-message changeset added as example

enter image description here

Upvotes: 0

Tom
Tom

Reputation: 6689

Yes,

Click on View -> Revision Details (Or click on the person + small white document) icon.

This should show the full commit message, to the right of the list of changed files panel.

Upvotes: -2

Related Questions