The default commit message that fetch uses, "Automated merge with ...." is long, ugly and litters the history with local directory paths. I'd like to replace it with a simple "Automated merge" or just "Merge".
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
By default the message is not customizable (check out "library.zip" under your Mercurial install folder, you'll see the message in plain text under So the only way is to update source code of "fetch" - try this version, I just changed the message to "Fetch merge" and it works like a blast :) You'd need to remove |
||||
|
|
|
Instead of using a custom built fetch extension like suggested earlier, you can also overwrite the comment message using an alias:
Just put the above code into your local .hgrc (mercurial.ini on Windows). |
|||
|
|