https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 4e137c24beff290d9d79fcc5af2584f960e15b2e authored by Daniel Fort on 29 June 2017, 04:51:58 UTC
Closed branch EOSM_stubs_tweaks
Tip revision: 4e137c2
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