https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 484c3f10a0f2d8b72dd839124ddccd199baaf1ee authored by a1ex on 05 May 2016, 21:08:03 UTC
Close branch generic-cfn
Tip revision: 484c3f1
last_change_info.sh
#!/bin/sh

# Called from readme2modulestrings.py
# also useful by itself to look at a formatted report
# of the extracted version info

LC_TIME=EN \
hg log . -r 'reverse(ancestors(.))' -l 1 --template \
'{date|hgdate}\n{node|short}\n{author|user}\n{desc|strip|firstline}'
back to top