https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 11bb2599435ca259052ae8c4006ad287d97b35ff authored by a1ex on 31 March 2016, 18:06:00 UTC
Close branch fonts
Tip revision: 11bb259
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