I am thinking of a way to associate a single file with each mercurial commit
I make. The content of this file can vary from
- Detailed
multiline comments
about the commit - Problem solving methodology incase of
bug-fixes
I understand that these can be individually be included into separate places. But, I want them here.
One other purpose of having such a file is to access it programmatically
.
So my doubt is - Is it possible in Mercurial?
If so please explain the same.
Thanks in advance for your answers.