https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 2bd31cf132e5ee55659a46295214561e60e570d2 authored by Daniel Fort on 06 July 2018, 05:53:33 UTC
undo changes to selftest module
Tip revision: 2bd31cf
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