mercurial - How can we customize the default commit message used by the fetch extension? -


the default commit message fetch uses, "automated merge ...." long, ugly , litters history local directory paths. i'd replace simple "automated merge" or "merge".

by default message not customizable (check out "library.zip" under mercurial install folder, you'll see message in plain text under hgext\fetch.pyc).

so way update source code of "fetch" - try this version, changed message "fetch merge" , works blast :)

you'd need remove library.zip\hgext\fetch.pyc , put there fetch.py (plain python file) content link above.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -