https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: a8d69a387eb963d5ceedcb5a65b136d8ab2a8e84 authored by a1ex on 19 June 2016, 18:06:20 UTC
Close branch model-specific-icons.
Tip revision: a8d69a3
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