gitmercurialcustom-properties

Custom revision properties in Mercurial?


Can I setup a custom property for my hg repository so that I could store/retrieve its value for each revision? Like, weather in Tokyo at the time of commit, etc.

Same for git?


Solution

  • This could be a job for:

    In both cases, said hooks would get the information you need and update one specific file in charge of keeping that property.