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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -