https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 192e4920aa8ef3c8d797aadacbac9b233604de9b authored by danne on 22 March 2017, 11:50:37 UTC
wav patch Bouncyball
Tip revision: 192e492
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