5

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.

Gangnus
  • 24,044
  • 16
  • 90
  • 149
George
  • 2,451
  • 27
  • 37

3 Answers3

24

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

Before expanding After expanding

larsmoa
  • 12,604
  • 8
  • 62
  • 85
0

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

Lazy Badger
  • 94,711
  • 9
  • 78
  • 110
-2

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.

Tom
  • 6,325
  • 4
  • 31
  • 55
  • 4
    This answer doesn't address the fact that the commit message text area is collapsed by default and the bar to expand it is almost invisible. Look at larsm's answer for a screenshot: http://stackoverflow.com/a/15829695/661517 – A.R. Oct 01 '14 at 21:51