I am using version 2.5.1 of TortoiseHG
I am part of an open source project in which we use different branches (mainly the current ABI, API, and default branch), which often require merges. In such cases, I use the "Merge with Local" context menu option in Workbench TortoiseHG. For example, when merging the v0-8 branch into the default branch, the following commit message is generated using the default settings of TortoiseHG:
Combine with v0-8
I would prefer to receive an automatically generated message, for example (or the like):
Merge v0-8 by default
While the default is any selected local branch, and v0-8 means the one we want to merge into a local branch. This message would make clear what was going on without having to manually enter it manually.
How can i do this?
Ident source
share