https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 25e945dad996fa98bc9bf9eb8a9d96bfbb525ac2 authored by alex@thinkpad on 17 August 2017, 09:34:14 UTC
mlv_lite: fix compilation
Tip revision: 25e945d
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