https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: 5a7f87d0c87574b329b4029c2cb90cf410406c94 authored by Daniel Fort on 09 October 2016, 22:27:29 UTC
Closed branch mlv_dump-simplify_dng_filenames
Tip revision: 5a7f87d
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