https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 9074f4b0101e408a3e1d5a1788227cf357311c5a authored by dannephoto on 02 May 2017, 22:22:28 UTC
Compress issues
Tip revision: 9074f4b
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