mercurial_update_version 0.8.0
Marcin Kasperski
Marcin.Kasperski at mekk.waw.pl
Mon Jun 12 20:22:39 UTC 2017
I just released mercurial_update_version 0.8.0.
This release brings one important behaviour change: in case multiple
rules match some repo, all are applied, instead of just the first one.
So, for example, one can write
[update_version]
py.active_on = ~/webapps/pyapps ~/libs/pylibs
py.language = python
py.tagfmt = dotted
webs.active_on = ~/webapps
webs.language = javascript
webs.tagfmt = dotted
and have both python and javascript constants resolved in
~/webapps/pyapps/mygreatapp.
About mercurial_update_version
-------------------------------
mercurial_update_version automatically updates various VERSION constants
whenever you hg tag. See
https://bitbucket.org/Mekk/mercurial-update_version
for detailed description and installation instructions.
More information about the Mercurial
mailing list